Skip to content

Commit 95ed02a

Browse files
committed
Fix docker base image
Signed-off-by: Jason Parraga <[email protected]>
1 parent 72b75ca commit 95ed02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/sandbox-bundled/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY images/manifest.txt images/preload ./
1010
RUN --security=insecure ./preload manifest.txt
1111

1212

13-
FROM --platform=${BUILDPLATFORM} golang:1.22-bullseye AS bootstrap
13+
FROM --platform=${BUILDPLATFORM} golang:1.23-bullseye AS bootstrap
1414

1515
ARG TARGETARCH
1616
ENV CGO_ENABLED 0

0 commit comments

Comments
 (0)