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 0de85dd commit 8698fceCopy full SHA for 8698fce
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3
+FROM alpine:3.15
2
3
ENV SLACK_SIGNING_SECRET=""
4
ENV PORT=8080
@@ -7,4 +7,4 @@ ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"
7
RUN apk add --no-cache openssh-client && ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
8
9
ENTRYPOINT ["/gitops-commit"]
10
-COPY gitops-commit /
+COPY gitops-commit /
0 commit comments