From 44b67c7f05375a6f43f05f93e60405e28e95b1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jussi=20R=C3=A4s=C3=A4nen?= Date: Sun, 3 Nov 2024 09:55:00 +0200 Subject: [PATCH] update to 0.15.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f09c749..9572f3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM golang:${GOLANG_VERSION}-alpine as build LABEL org.opencontainers.image.source="https://github.com/writefreely/writefreely" LABEL org.opencontainers.image.description="WriteFreely is a clean, minimalist publishing platform made for writers. Start a blog, share knowledge within your organization, or build a community around the shared act of writing." -ARG WRITEFREELY_VERSION=v0.15.0 +ARG WRITEFREELY_VERSION=v0.15.1 ARG WRITEFREELY_FORK=writefreely/writefreely RUN apk -U upgrade \