Skip to content

Commit 2aef5d4

Browse files
committed
docker: Update image to golang:1.24.5-alpine3.22.
This updates the docker image to golang:1.24.5-alpine3.22. To confirm the new digest: ``` $ docker pull golang:1.24.5-alpine3.22 1.24.5-alpine3.22: Pulling from library/golang ... Digest: sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66 ... ```
1 parent 47d690d commit 2aef5d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
###############
44

55
# Basic Go environment with git, SSL CA certs, and upx.
6-
# The image below is golang:1.24.2-alpine3.21 (linux/amd64)
6+
# The image below is golang:1.24.5-alpine3.22 (linux/amd64)
77
# It's pulled by the digest (immutable id) to avoid supply-chain attacks.
88
# Maintainer Note:
99
# To update to a new digest, you must first manually pull the new image:
1010
# `docker pull golang:<new version>`
1111
# Docker will print the digest of the new image after the pull has finished.
12-
FROM golang@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
12+
FROM golang@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66 AS builder
1313
RUN apk add --no-cache git ca-certificates upx
1414

1515
# Empty directory to be copied into place in the production image since it will

0 commit comments

Comments
 (0)