Skip to content

Commit b12dcc6

Browse files
authored
Update Go base image version to 1.24-alpine
1 parent fcc3c16 commit b12dcc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ║ BUILD ║
1515
# ╚═════════════════════════════════════════════════════╝
1616

17-
FROM golang:1.23.7-alpine AS build
17+
FROM golang:1.24-alpine AS build
1818
COPY --from=util-bin / /
1919
ARG APP_VERSION=3.29 \
2020
BUILD_ROOT \

0 commit comments

Comments
 (0)