Skip to content

Commit

Permalink
chore(docker): bump-git-2.39 (#2998)
Browse files Browse the repository at this point in the history
* bump-git-2.39

* install latest git

* Update docker-base/Dockerfile.alpine

Co-authored-by: Rui Chen <[email protected]>
  • Loading branch information
nitrocode and chenrui333 authored Jan 18, 2023
1 parent eb4ae85 commit e8dac17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-base/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ ENV GIT_LFS_VERSION=3.3.0
ARG TARGETPLATFORM

# Install packages needed for running Atlantis.
RUN apk add --no-cache \
RUN apk add git~=2.39 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main/ && \
apk add --no-cache \
ca-certificates~=20220614 \
curl~=7.87 \
git~=2.38 \
unzip~=6.0 \
bash~=5.2 \
openssh~=9.1_p1 \
Expand Down

0 comments on commit e8dac17

Please sign in to comment.