Skip to content

Commit e8dac17

Browse files
chore(docker): bump-git-2.39 (#2998)
* bump-git-2.39 * install latest git * Update docker-base/Dockerfile.alpine Co-authored-by: Rui Chen <[email protected]>
1 parent eb4ae85 commit e8dac17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-base/Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ ENV GIT_LFS_VERSION=3.3.0
2525
ARG TARGETPLATFORM
2626

2727
# Install packages needed for running Atlantis.
28-
RUN apk add --no-cache \
28+
RUN apk add git~=2.39 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main/ && \
29+
apk add --no-cache \
2930
ca-certificates~=20220614 \
3031
curl~=7.87 \
31-
git~=2.38 \
3232
unzip~=6.0 \
3333
bash~=5.2 \
3434
openssh~=9.1_p1 \

0 commit comments

Comments
 (0)