Skip to content

Commit 866fe20

Browse files
committed
Use 3.13 because alpine 3.14 does not work.
1 parent 39e53fb commit 866fe20

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,4 +1,4 @@
1-
FROM alpine:3
1+
FROM alpine:3.13
22

33
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \
44
ln -sf /usr/bin/python3 /usr/bin/python

0 commit comments

Comments
 (0)