We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0664f03 commit c089a0cCopy full SHA for c089a0c
1 file changed
arch.dockerfile
@@ -15,7 +15,7 @@
15
# ║ BUILD ║
16
# ╚═════════════════════════════════════════════════════╝
17
# :: SOCKET-PROXY
18
- FROM 11notes/go:1.24 AS build
+ FROM 11notes/go:1.25 AS build
19
ARG APP_VERSION \
20
BUILD_DIR \
21
BUILD_BIN
@@ -65,7 +65,7 @@
65
COPY --from=build /distroless/ /
66
67
# :: PERSISTENT DATA
68
- HEALTHCHECK --interval=5s --timeout=2s --start-period=5s \
+ HEALTHCHECK --interval=5s --timeout=3s --start-period=5s \
69
CMD ["/usr/local/bin/socket-proxy", "--healthcheck"]
70
71
# :: EXECUTE
0 commit comments