From c1e68f891dc501363b863a49f6ea44ea2eadfcef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:47:57 +0000 Subject: [PATCH] chore: update container images Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8f6a13e..61c77d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG DOCKER=docker:25.0.2-dind +ARG DOCKER=docker:25.0.3-dind FROM $DOCKER as docker -FROM alpine:3.18.4 +FROM alpine:3.19.1 # https://github.com/twistedpair/google-cloud-sdk/ is a mirror that replicates the gcloud sdk versions # renovate: datasource=github-tags depName=twistedpair/google-cloud-sdk