From 8698fce8f866f9334f60be30d094b94dad6ebf2f Mon Sep 17 00:00:00 2001 From: Gavin Staniforth Date: Wed, 9 Feb 2022 10:23:17 +0000 Subject: [PATCH] build: use specific version of alpine --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 66bbd38..850483f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3 +FROM alpine:3.15 ENV SLACK_SIGNING_SECRET="" ENV PORT=8080 @@ -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 / \ No newline at end of file +COPY gitops-commit /