diff --git a/Dockerfile b/Dockerfile index 36283286..26d9062f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ COPY . . # Propagate Dex version from build args to the build environment ARG VERSION -RUN ([ "$VERSION" != "" ] || export $VERSION) && make release-binary +RUN make release-binary RUN xx-verify /go/bin/dex && xx-verify /go/bin/docker-entrypoint