Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 7f1bf3b commit 9e15765
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.3 AS builder
FROM alpine:3.18.4 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.3 as base
FROM alpine:3.18.4 as base

ARG CROSSPLANE_PROVIDER_VERSION
ARG TARGETOS
Expand Down

0 comments on commit 9e15765

Please sign in to comment.