From 36dc128967abee878dbf7080110490625aecee18 Mon Sep 17 00:00:00 2001 From: Marcin Szwed <49093128+szwedm@users.noreply.github.com> Date: Wed, 29 Sep 2021 08:20:12 +0200 Subject: [PATCH] Bump alpine image version to 3.13.6 (#133) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a27f19d7..1e287ae6 100755 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /mai ######################################################## # Build the runtime container ######################################################## -FROM alpine:3.13.5 +FROM alpine:3.13.6 # required to use x.509 certs (HTTPS) RUN apk add --no-cache ca-certificates