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.
1 parent 4714b74 commit 8e4b9cfCopy full SHA for 8e4b9cf
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