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 a6a69b2 commit a4e0155Copy full SHA for a4e0155
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Kubebuilder DevContainer",
3
- "image": "docker.io/golang:1.23",
+ "image": "docker.io/golang:1.24",
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 docker.io/golang:1.23 AS builder
+FROM docker.io/golang:1.24@sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8 AS builder
ARG TARGETOS
ARG TARGETARCH
0 commit comments