We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66fa12 commit 6960d29Copy full SHA for 6960d29
Dockerfile-muiti-architecture
@@ -63,7 +63,7 @@ COPY --from=builder /usr/local/src/dex/web /srv/dex/web
63
#COPY --from=gomplate /usr/local/bin/gomplate-${TARGETARCH} /usr/local/bin/gomplate
64
#RUN chmod +x bins/gomplate-${TARGETARCH}
65
COPY bins/gomplate-${TARGETARCH} /usr/local/bin/gomplate
66
-RUN chmod +x bins/gomplate-${TARGETARCH}
+RUN chmod +x /usr/local/bin/gomplate
67
68
USER 1001:1001
69
0 commit comments