From 59faf9f3219e73a7aa1ec431b8a802691cab801e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 15 May 2021 15:25:24 +0200 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f8bcc5..8e4a76b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/vaultwarden" LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/vaultwarden" LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/vaultwarden" -ARG WEBWEBVAULT_VERSION +ARG WEBVAULT_VERSION # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.19.0d}"