update to 0.15.1

This commit is contained in:
Jussi Räsänen 2024-11-03 09:55:00 +02:00 committed by GitHub
parent a15d4e58cd
commit 44b67c7f05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.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." 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 ARG WRITEFREELY_FORK=writefreely/writefreely
RUN apk -U upgrade \ RUN apk -U upgrade \