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:
parent
fafb47e45a
commit
f1a5011108
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user