summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 027eeaae..d6d8c070 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
RUN apk add --no-cache ca-certificates
COPY --from=artifacts /bin/gomplate_${OS}-${ARCH}-slim /bin/gomplate
-ENTRYPOINT [ "/gomplate" ]
+ENTRYPOINT [ "/bin/gomplate" ]
CMD [ "--help" ]