From b49f7692274936f31bdd508e3a1a7b6747c1bc7b Mon Sep 17 00:00:00 2001 From: Jake Davies Date: Wed, 11 Aug 2021 14:54:55 +1000 Subject: [PATCH] lock to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a4df0c..df20c29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3 +FROM alpine:3.13 RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git docker && \ ln -sf /usr/bin/python3 /usr/bin/python