From 689a6bee8b1749835523a496c47df79aec5f5044 Mon Sep 17 00:00:00 2001 From: Dylan Page Date: Tue, 25 Jul 2023 00:48:13 -0400 Subject: [PATCH] fix: alpine package versions bump (#3622) --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f214fd675..e5ad383771 100644 --- a/Dockerfile +++ b/Dockerfile @@ -170,14 +170,13 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # Install packages needed for running Atlantis. # We place this last as it will bust less docker layer caches when packages update -RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main/ \ - git~=2.40 && \ - apk add --no-cache \ +RUN apk add --no-cache \ ca-certificates~=20230506 \ - curl~=8.1 \ + curl~=8.2 \ + git~=2.40 \ unzip~=6.0 \ bash~=5.2 \ - openssh~=9.3_p1 \ + openssh~=9.3_p2 \ libcap~=2.69 \ dumb-init~=1.2 \ gcompat~=1.1