Merge pull request #3276 from deckhouse/propagate-version-from-build-args

Propagate Dex version from build args
This commit is contained in:
Márk Sági-Kazár
2024-01-24 11:44:56 +01:00
committed by GitHub
+3
View File
@@ -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