We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9905d1 commit 9e6e34bCopy full SHA for 9e6e34b
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-bullseye
+FROM golang:1.23-bullseye
2
3
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4
&& apt-get -y install --no-install-recommends\
.devcontainer/devcontainer.json
@@ -7,7 +7,7 @@
7
"features": {
8
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
9
"ghcr.io/devcontainers/features/go:1": {
10
- "version": "1.21"
+ "version": "1.23"
11
}
12
},
13
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
0 commit comments