Skip to content

Commit

Permalink
build: use specific version of alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdevme authored Feb 9, 2022
1 parent 0de85dd commit 8698fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.15

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

ENTRYPOINT ["/gitops-commit"]
COPY gitops-commit /
COPY gitops-commit /

0 comments on commit 8698fce

Please sign in to comment.