mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Merge pull request #3276 from deckhouse/propagate-version-from-build-args
Propagate Dex version from build args
This commit is contained in:
@@ -29,7 +29,10 @@ RUN go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
# Propagate Dex version from build args to the build environment
|
||||
ARG VERSION
|
||||
RUN make release-binary
|
||||
|
||||
RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint
|
||||
|
||||
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS stager
|
||||
|
||||
Reference in New Issue
Block a user