feat: Relax constraints for alpine utilities (#4024)

This commit is contained in:
Luke Massa
2023-12-08 12:10:44 -05:00
committed by GitHub
parent 0dd5ccacf5
commit ad38f1f5dc

View File

@@ -158,13 +158,13 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
# We place this last as it will bust less docker layer caches when packages update
RUN apk add --no-cache \
ca-certificates~=20230506 \
curl~=8.5 \
git~=2.40 \
unzip~=6.0 \
bash~=5.2 \
openssh~=9.3_p2 \
dumb-init~=1.2 \
gcompat~=1.1
curl~=8 \
git~=2 \
unzip~=6 \
bash~=5 \
openssh~=9 \
dumb-init~=1 \
gcompat~=1
# Set the entry point to the atlantis user and run the atlantis command