We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038a73f commit f6af257Copy full SHA for f6af257
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Kubebuilder DevContainer",
3
- "image": "golang:1.24",
+ "image": "golang:1.25",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6
"ghcr.io/devcontainers/features/git:1": {}
Dockerfile
@@ -1,5 +1,5 @@
# Build the manager binary
-FROM golang:1.24@sha256:5056a223ebbba06c4441cda05dc0a99f77896dde04472710f02ea30c47f7be00 AS builder
+FROM golang:1.25@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96 AS builder
ARG TARGETOS
ARG TARGETARCH
0 commit comments