From 07eb586f08aba47e16d773c1115d6bf57e414fcc Mon Sep 17 00:00:00 2001 From: will Farrell Date: Mon, 30 Nov 2020 22:18:06 -0700 Subject: [PATCH] fix: bump alpine version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18d1230..4382c5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 RUN apk add --no-cache curl jq