1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-05-31 23:19:50 +02:00

fix: setting missing version during docker built

This commit is contained in:
Jan Larwig 2025-01-14 16:29:26 +01:00
parent fafb47e45a
commit f1a5011108
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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