mirror of https://github.com/statping/statping
Fix docker building (use specific tagged version)
parent
4d872facda
commit
fb2243a316
|
@ -10,7 +10,7 @@ RUN yarn build && yarn cache clean
|
||||||
|
|
||||||
# Statping Golang BACKEND building from source
|
# Statping Golang BACKEND building from source
|
||||||
# Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying
|
# Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying
|
||||||
FROM golang:1.20-alpine AS backend
|
FROM golang:1.20.0-alpine AS backend
|
||||||
LABEL maintainer="Statping-NG (https://github.com/statping-ng)"
|
LABEL maintainer="Statping-NG (https://github.com/statping-ng)"
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ARG COMMIT
|
ARG COMMIT
|
||||||
|
|
Loading…
Reference in New Issue