Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2023
1 parent f2535ab commit 2491ed9
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.16.2 AS builder
FROM alpine:3.18.2 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.16.2 as base
FROM alpine:3.18.2 as base

ARG CROSSPLANE_PROVIDER_VERSION
ARG TARGETOS
Expand Down

0 comments on commit 2491ed9

Please sign in to comment.