From af00d4035040dd38c72c7c0553c3686374667110 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 10 Jan 2024 13:08:10 +0100 Subject: [PATCH] authors.Dockerfile: update to alpine 3.19 3.17 reached EOL, so updating to current version. Signed-off-by: Sebastiaan van Stijn --- hack/dockerfiles/authors.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/dockerfiles/authors.Dockerfile b/hack/dockerfiles/authors.Dockerfile index 1ffbe1250..dd677ad61 100644 --- a/hack/dockerfiles/authors.Dockerfile +++ b/hack/dockerfiles/authors.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile-upstream:master -ARG ALPINE_VERSION=3.17 +ARG ALPINE_VERSION=3.19 FROM alpine:${ALPINE_VERSION} AS gen RUN apk add --no-cache git