mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 22:18:37 +00:00
feat: Relax constraints for alpine utilities (#4024)
This commit is contained in:
14
Dockerfile
14
Dockerfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user