diff --git a/Dockerfile b/Dockerfile index cf93ef3..8931c9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG DOCKER=docker:24.0.7-dind +ARG DOCKER=docker:24.0.9-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