We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc3c16 commit b12dcc6Copy full SHA for b12dcc6
1 file changed
Dockerfile
@@ -14,7 +14,7 @@
14
# ║ BUILD ║
15
# ╚═════════════════════════════════════════════════════╝
16
17
- FROM golang:1.23.7-alpine AS build
+ FROM golang:1.24-alpine AS build
18
COPY --from=util-bin / /
19
ARG APP_VERSION=3.29 \
20
BUILD_ROOT \
0 commit comments