From c467986e8c523d2bc488673012d0bcea2d358e2c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Nov 2021 05:00:51 +0000 Subject: [PATCH] Update alpine Docker tag to v3.15.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dba6d81..11590f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk upgrade --no-cache && \ RUN go get -d -v && gofmt -l ./ && go build . # STEP 2 build the image including only the binary -FROM alpine:3.14.3@sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 +FROM alpine:3.15.0@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 RUN apk --no-cache add ca-certificates && \ adduser -D -h /usr/local/filtron -s /bin/false filtron filtron