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
|
## Changes since v7.8.0
|
||||||
|
|
||||||
|
- [#2920](https://github.com/oauth2-proxy/oauth2-proxy/pull/2920) fix: setting version during docker built
|
||||||
|
|
||||||
# V7.8.0
|
# V7.8.0
|
||||||
|
|
||||||
## Release Highlights
|
## Release Highlights
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ COPY . .
|
||||||
# sources have changed.
|
# sources have changed.
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
|
ARG VERSION
|
||||||
|
|
||||||
# Build binary and make sure there is at least an empty key file.
|
# Build binary and make sure there is at least an empty key file.
|
||||||
# This is useful for GCP App Engine custom runtime builds, because
|
# This is useful for GCP App Engine custom runtime builds, because
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue