Propagate Dex version from build args

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
m.nabokikh
2024-01-15 20:37:37 +01:00
parent 5d64dc7a4c
commit 520ed3294c
+4 -1
View File
@@ -29,7 +29,10 @@ RUN go mod download
COPY . .
RUN make release-binary
# Propagate Dex version from build args to the build environment
ARG VERSION
RUN ([ "$VERSION" != "" ] || export $VERSION) && make release-binary
RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint
FROM alpine:3.19.0 AS stager