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 46d9eb6 commit 208e00eCopy full SHA for 208e00e
build/package/Dockerfile
@@ -1,5 +1,5 @@
1
# Building the binary of the App
2
-FROM golang:1.23-alpine AS build
+FROM golang:1.24-alpine AS build
3
4
ARG APP
5
ARG APP_VERSION=1.0.0
build/package/Dockerfile.dev
@@ -1,4 +1,4 @@
-FROM golang:1.23-alpine
+FROM golang:1.24-alpine
ENV GO111MODULE="on"
ENV GOOS="linux"
0 commit comments