1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-13 01:40:48 +02:00

Merge pull request #2920 from tuunit/fix/missing-version-during-docker-built

fix: missing oauth2-proxy version for docker builds
This commit is contained in:
Joel Speed
2025-01-15 10:57:50 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
## Changes since v7.8.0
- [#2887](https://github.com/oauth2-proxy/oauth2-proxy/issues/2887) fix: jwt regex validation error during skip-jwt-bearer-tokens flow
- [#2920](https://github.com/oauth2-proxy/oauth2-proxy/pull/2920) fix: missing oauth2-proxy version for docker builds
# V7.8.0

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