Skip to content

Commit 18cfb3e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.14.4
1+
FROM alpine:3.15.1
22

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

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

0 commit comments

Comments
 (0)