Skip to content

Commit cb2f089

Browse files
authored
Merge pull request youyo#38 from youyo/master
Use 3.13 because alpine 3.14 does not work.
2 parents fe2c3fe + 2513304 commit cb2f089

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)