We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62cea9d + c0af2d8 commit 2748948Copy full SHA for 2748948
vaultwarden-fly-io/Dockerfile
@@ -12,7 +12,7 @@ RUN arch=$(cat /tmp/arch) &&\
12
wget https://github.com/yandex-cloud/geesefs/releases/download/v0.41.3/geesefs-linux-${arch} -O geesefs && \
13
chmod +x geesefs
14
15
-FROM ghcr.io/dani-garcia/vaultwarden:1.34.1-alpine
+FROM ghcr.io/dani-garcia/vaultwarden:1.34.2-alpine
16
RUN apk add age envsubst fuse jq openssl sudo
17
COPY --from=litestream /litestream /usr/bin/litestream
18
COPY --from=ghcr.io/niklasrosenstein/headscale-fly-io:0.4.3-headscale-0.23.0 /etc/headscale/litestream-entrypoint.sh /
0 commit comments