From 576988e4101435f6eea3b00ea153c1f974cf636d Mon Sep 17 00:00:00 2001 From: Simon Ungar Felding <45149055+simonfelding@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:35:53 +0100 Subject: [PATCH] fix version arg --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 7e193b3..e90ff25 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -7,7 +7,7 @@ ARG version RUN apt-get update && apt-get install -y golang build-essential libsecret-1-dev # Build -ADD https://github.com/ProtonMail/proton-bridge.git#{version} /build/ +ADD https://github.com/ProtonMail/proton-bridge.git#${version} /build/ WORKDIR /build/ RUN make build-nogui vault-editor