diff --git a/Dockerfile b/Dockerfile index 04a11c6..9014921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM alpine:3.18 COPY --from=builder /go/bin/envsubst /usr/bin/envsubst -ARG WALLABAG_VERSION=2.6.6 +ARG WALLABAG_VERSION=2.6.7 RUN set -ex \ && apk add --no-cache \