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