We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58e77b4 + 253b696 commit 5e3398eCopy full SHA for 5e3398e
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.4-bookworm
+FROM golang:1.23.5-bookworm
2
3
# [Optional] Uncomment the next line to use go get to install anything else you need
4
# RUN go get -x <your-dependency-or-tool>
Dockerfile
@@ -2,7 +2,7 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
5
-FROM --platform=$BUILDPLATFORM golang:1.23.4-bookworm AS builder
+FROM --platform=$BUILDPLATFORM golang:1.23.5-bookworm AS builder
6
7
COPY --from=xx / /
8
0 commit comments