1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00

Update Dockerfile for wallabag 2.6.2

This commit is contained in:
Nicolas Lœuillet
2023-07-24 13:15:37 +02:00
parent 1ad213de86
commit 886535f767

View File

@@ -9,7 +9,7 @@ FROM alpine:3.18
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
ARG WALLABAG_VERSION=master
ARG WALLABAG_VERSION=2.6.2
RUN set -ex \
&& apk add --no-cache \