You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-15 01:44:22 +02:00
fix: setting missing version during docker built
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user