From f1a5011108535b53d77138e1c5c57f277330d573 Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Tue, 14 Jan 2025 16:29:26 +0100 Subject: [PATCH] fix: setting missing version during docker built --- CHANGELOG.md | 2 ++ Dockerfile | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538e484d..37fc3bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Changes since v7.8.0 +- [#2920](https://github.com/oauth2-proxy/oauth2-proxy/pull/2920) fix: setting version during docker built + # V7.8.0 ## Release Highlights diff --git a/Dockerfile b/Dockerfile index ebbdce4e..5b5fc33c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ COPY . . # sources have changed. ARG TARGETPLATFORM ARG BUILDPLATFORM +ARG VERSION # Build binary and make sure there is at least an empty key file. # This is useful for GCP App Engine custom runtime builds, because