Skip to content

Commit

Permalink
feat: Relax constraints for alpine utilities (runatlantis#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa authored Dec 8, 2023
1 parent 0dd5cca commit ad38f1f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad38f1f

Please sign in to comment.