File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.24 -alpine3.21 as golang
1+ FROM golang:1.26 -alpine3.22 as golang
22
33RUN apk add --no-cache -U \
44 curl git
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.24 -alpine3.21 as builder
1+ FROM --platform=$BUILDPLATFORM golang:1.26 -alpine3.22 as builder
22
33RUN apk add --no-cache -U \
44 libc-dev curl nodejs npm git gcc zip unzip tar
@@ -45,7 +45,7 @@ RUN curl -O https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraf
4545RUN wget -O /tmp/terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_${TARGETARCH} && \
4646 chmod +x /tmp/terragrunt
4747
48- FROM alpine:3.21
48+ FROM alpine:3.22
4949
5050ARG TARGETARCH="amd64"
5151
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.24 -alpine3.21 as builder
1+ FROM --platform=$BUILDPLATFORM golang:1.26 -alpine3.22 as builder
22
33RUN apk add --no-cache -U \
44 libc-dev curl nodejs npm git gcc zip unzip tar
@@ -46,7 +46,7 @@ RUN curl -O https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraf
4646RUN wget -O /tmp/terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_${TARGETARCH} && \
4747 chmod +x /tmp/terragrunt
4848
49- FROM alpine:3.21
49+ FROM alpine:3.22
5050
5151ARG TARGETARCH="amd64"
5252# renovate: datasource=pypi depName=ansible
You can’t perform that action at this time.
0 commit comments