Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 55b0447 commit 32002f3
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.2 AS builder
FROM alpine:3.18.3 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.2 as base
FROM alpine:3.18.3 as base

ARG CROSSPLANE_PROVIDER_VERSION
ARG TARGETOS
Expand Down

0 comments on commit 32002f3

Please sign in to comment.