From a031297bb998ca9daf29faf58d0b66c23991dc33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 01:55:56 +0000 Subject: [PATCH] Update alpine Docker tag to v3.19.0 --- cluster/images/provider-gcp/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/images/provider-gcp/Dockerfile b/cluster/images/provider-gcp/Dockerfile index d36863fa3..e9a79f195 100644 --- a/cluster/images/provider-gcp/Dockerfile +++ b/cluster/images/provider-gcp/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.5 AS builder +FROM alpine:3.19.0 AS builder RUN apk --no-cache add curl ARG TARGETOS @@ -22,7 +22,7 @@ RUN curl -L -o /tmp/terraform_${TERRAFORM_VERSION}_${TARGETOS}_${TARGETARCH}.zip && rm /tmp/${TERRAFORM_PROVIDER_DOWNLOAD_NAME}_${TERRAFORM_PROVIDER_VERSION}_${TARGETOS}_${TARGETARCH}.zip # End of - Setup Terraform environment -FROM alpine:3.18.5 as base +FROM alpine:3.19.0 as base ARG CROSSPLANE_PROVIDER_VERSION ARG TARGETOS