Skip to content

Commit 8698fce

Browse files
authored
build: use specific version of alpine
1 parent 0de85dd commit 8698fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3
1+
FROM alpine:3.15
22

33
ENV SLACK_SIGNING_SECRET=""
44
ENV PORT=8080
@@ -7,4 +7,4 @@ ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"
77
RUN apk add --no-cache openssh-client && ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
88

99
ENTRYPOINT ["/gitops-commit"]
10-
COPY gitops-commit /
10+
COPY gitops-commit /

0 commit comments

Comments
 (0)