Fix docker building (use specific tagged version)

pull/1118/head
Sky Young 2023-12-20 14:40:50 -07:00
parent 4d872facda
commit fb2243a316
1 changed files with 1 additions and 1 deletions

View File

@ -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