Skip to content

Commit f255137

Browse files
committed
ci: upgrade go to 1.26 and alpine to 3.22
1 parent 2fc12d2 commit f255137

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

deployment/docker/dredd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine3.21 as golang
1+
FROM golang:1.26-alpine3.22 as golang
22

33
RUN apk add --no-cache -U \
44
curl git

deployment/docker/runner/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.21 as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.22 as builder
22

33
RUN 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
4545
RUN 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

5050
ARG TARGETARCH="amd64"
5151

deployment/docker/server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.21 as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.22 as builder
22

33
RUN 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
4646
RUN 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

5151
ARG TARGETARCH="amd64"
5252
# renovate: datasource=pypi depName=ansible

0 commit comments

Comments
 (0)