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

Update Dockerfile for wallabag 2.6.3

This commit is contained in:
Nicolas Lœuillet
2023-08-21 12:07:33 +02:00
committed by GitHub
parent abb6a98924
commit 854d1027b8

View File

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