File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WORKDIR /opt/app-root/web
1919RUN npm run format-all
2020RUN npm run build$BUILDSCRIPT
2121
22- FROM docker.io/library/golang:1.23 as go-builder
22+ FROM docker.io/library/golang:1.24 as go-builder
2323
2424ARG TARGETARCH=amd64
2525ARG LDFLAGS
Original file line number Diff line number Diff line change 1- FROM docker.io/library/golang:1.23
1+ FROM docker.io/library/golang:1.24
22
33RUN apt-get update && apt-get install -y \
44 nodejs \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ WORKDIR /opt/app-root/web
2020RUN npm run format-all
2121RUN npm run build$BUILDSCRIPT
2222
23- FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23 as go-builder
23+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.24 as go-builder
2424
2525ARG LDFLAGS
2626WORKDIR /opt/app-root
You can’t perform that action at this time.
0 commit comments