Skip to content

Commit

Permalink
fix(deps): Update Dockerfile curl and libcap (runatlantis#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertorm95 authored May 19, 2023
1 parent c3c2fd4 commit a64015b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/ma
git~=2.40 && \
apk add --no-cache \
ca-certificates~=20230506 \
curl~=8.0 \
curl~=8.1 \
unzip~=6.0 \
bash~=5.2 \
openssh~=9.3_p1 \
libcap~=2.68 \
libcap~=2.69 \
dumb-init~=1.2 \
gcompat~=1.1

Expand Down

0 comments on commit a64015b

Please sign in to comment.