From 1f6e217e5cfc9315b0f1ab227a609a71846e0b3d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Nov 2021 01:45:56 +0000 Subject: [PATCH] Update alpine Docker tag to v3.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6c7f5c6..5ae51b72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . . RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' . -FROM alpine:3.12 +FROM alpine:3.15 RUN apk add --no-cache ca-certificates