Skip to content

Commit 5e924ac

Browse files
committed
fix to specific version
1 parent 18cfb3e commit 5e924ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.15.1
22

3-
RUN apk add --no-cache git=~2.34.1 bash openssh
3+
RUN apk add --no-cache git=~2.34.2 bash openssh
44

55
# install git-lfs
66
RUN apk add --no-cache --virtual deps openssl && \

0 commit comments

Comments
 (0)