diff --git a/Dockerfile b/Dockerfile index ab93f0071..6aaac122e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN yarn build && yarn cache clean # Statping Golang BACKEND building from source # Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying -FROM golang:1.20.0-alpine AS backend +FROM golang:1.23.2-alpine AS backend LABEL maintainer="Statping-NG (https://github.com/statping-ng)" ARG VERSION ARG COMMIT diff --git a/dev/Dockerfile.dev b/dev/Dockerfile.dev index 1ecddfaf5..9760ff5a6 100644 --- a/dev/Dockerfile.dev +++ b/dev/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM golang:1.13.5-alpine +FROM golang:1.23.2-alpine LABEL maintainer="Hunter Long (https://github.com/hunterlong)" ARG VERSION RUN apk add --update --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass nodejs nodejs-npm