Skip to content

Commit c089a0c

Browse files
committed
chore: upgrade to go 1.25
1 parent 0664f03 commit c089a0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ║ BUILD ║
1616
# ╚═════════════════════════════════════════════════════╝
1717
# :: SOCKET-PROXY
18-
FROM 11notes/go:1.24 AS build
18+
FROM 11notes/go:1.25 AS build
1919
ARG APP_VERSION \
2020
BUILD_DIR \
2121
BUILD_BIN
@@ -65,7 +65,7 @@
6565
COPY --from=build /distroless/ /
6666

6767
# :: PERSISTENT DATA
68-
HEALTHCHECK --interval=5s --timeout=2s --start-period=5s \
68+
HEALTHCHECK --interval=5s --timeout=3s --start-period=5s \
6969
CMD ["/usr/local/bin/socket-proxy", "--healthcheck"]
7070

7171
# :: EXECUTE

0 commit comments

Comments
 (0)