Skip to content

Commit dd2ce67

Browse files
fix security
1 parent 53c3d4c commit dd2ce67

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.15.4
1+
FROM alpine:3.15.6
22

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

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

0 commit comments

Comments
 (0)