We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962a516 commit ea43e1bCopy full SHA for ea43e1b
Dockerfile
@@ -12,7 +12,7 @@ RUN yarn build && yarn cache clean
12
13
# Statping Golang BACKEND building from source
14
# Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying
15
-FROM golang:1.20.0-alpine AS backend
+FROM golang:1.26.0-alpine AS backend
16
LABEL maintainer="Statping-NG (https://github.com/statping-ng)"
17
ARG VERSION
18
ARG COMMIT
dev/Dockerfile.dev
@@ -1,4 +1,4 @@
1
-FROM golang:1.13.5-alpine
+FROM golang:1.26.0-alpine
2
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
3
4
RUN apk add --update --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass nodejs nodejs-npm
0 commit comments