From 2491ed971a921f3d6a89f69a92a8d68b58a960a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 07:34:17 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18.2 --- cluster/images/provider-aws/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/images/provider-aws/Dockerfile b/cluster/images/provider-aws/Dockerfile index cfaa05959a..16b1543c43 100644 --- a/cluster/images/provider-aws/Dockerfile +++ b/cluster/images/provider-aws/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.2 AS builder +FROM alpine:3.18.2 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.16.2 as base +FROM alpine:3.18.2 as base ARG CROSSPLANE_PROVIDER_VERSION ARG TARGETOS