Skip to content

Commit 907c929

Browse files
[DEP] upgrade base image to alpine linux 3.20.2.
1 parent e8c8db8 commit 907c929

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
@@ -11,7 +11,7 @@ RUN apk add --update git make && \
1111
make gotty && cp gotty / && ls -l /gotty && /gotty -v
1212

1313

14-
FROM alpine:3.17.2
14+
FROM alpine:3.20.2
1515

1616
USER root
1717

0 commit comments

Comments
 (0)