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.
2 parents 6f9b8fc + 8e4b9cf commit b3f5059Copy full SHA for b3f5059
Dockerfile
@@ -10,7 +10,7 @@ COPY . /build
10
RUN npm ci
11
RUN npm run build
12
13
-FROM golang:1.23 AS gob
+FROM golang:1.24 AS gob
14
15
ARG VERSION
16
0 commit comments