Skip to content

Commit

Permalink
Merge pull request crossplane-contrib#1016 from upbound/renovate/alpi…
Browse files Browse the repository at this point in the history
…ne-3.x

Update alpine Docker tag to v3.19.0
  • Loading branch information
turkenf committed Dec 8, 2023
2 parents 6553109 + 997b0ba commit ee4e51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/images/provider-aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit ee4e51b

Please sign in to comment.