Skip to content

docker: Update image to golang:1.26.0-alpine3.23.#3617

Merged
davecgh merged 1 commit intodecred:masterfrom
davecgh:contrib_docker_go1_26_0
Feb 17, 2026
Merged

docker: Update image to golang:1.26.0-alpine3.23.#3617
davecgh merged 1 commit intodecred:masterfrom
davecgh:contrib_docker_go1_26_0

Conversation

@davecgh
Copy link
Copy Markdown
Member

@davecgh davecgh commented Feb 17, 2026

This updates the docker image to golang:1.26.0-alpine3.23.

To confirm the new digest:

$ docker pull golang:1.26.0-alpine3.23
1.26.0-alpine3.23: Pulling from library/golang
...
Digest: sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5
...

Alternatively, the index digest may be confirmed directly from the multi-platform image for golang:1.26.0-alpine3.23 on docker hub.

@davecgh davecgh added this to the 2.2.0 milestone Feb 17, 2026
# `docker pull golang:<new version>`
# Docker will print the digest of the new image after the pull has finished.
FROM golang@sha256:bc2596742c7a01aa8c520a075515c7fee21024b05bfaa18bd674fe82c100a05d AS builder
FROM golang@sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5 AS builder
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed

This updates the docker image to golang:1.26.0-alpine3.23.

To confirm the new digest:

```
$ docker pull golang:1.26.0-alpine3.23
1.26.0-alpine3.23: Pulling from library/golang
...
Digest: sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5
...
```
@davecgh davecgh force-pushed the contrib_docker_go1_26_0 branch from 9509472 to 8aa2ac0 Compare February 17, 2026 11:27
@davecgh davecgh merged commit 8aa2ac0 into decred:master Feb 17, 2026
34 checks passed
@davecgh davecgh deleted the contrib_docker_go1_26_0 branch February 17, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants