diff --git a/cluster/images/provider-aws/Dockerfile b/cluster/images/provider-aws/Dockerfile index 4985e8bbfd..04f235c028 100644 --- a/cluster/images/provider-aws/Dockerfile +++ b/cluster/images/provider-aws/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3 AS builder +FROM alpine:3.18.4 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.3 as base +FROM alpine:3.18.4 as base ARG CROSSPLANE_PROVIDER_VERSION ARG TARGETOS