diff --git a/Dockerfile b/Dockerfile index 81451bb..04a11c6 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.5 +ARG WALLABAG_VERSION=2.6.6 RUN set -ex \ && apk add --no-cache \