Skip to content
Snippets Groups Projects
Unverified Commit c323df37 authored by Márk Sági-Kazár's avatar Márk Sági-Kazár Committed by GitHub
Browse files

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

Propagate Dex version from build args
parents d7891d83 adde14ba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment