mirror of https://github.com/statping/statping
Merge pull request #259 from OstlerDev/fix-docker-build-gosqlite3
Fix Docker Build (issue with go-sqlite3)pull/1118/head
commit
aa884983ce
|
@ -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-alpine AS backend
|
||||
FROM golang:1.20.0-alpine AS backend
|
||||
LABEL maintainer="Statping-NG (https://github.com/statping-ng)"
|
||||
ARG VERSION
|
||||
ARG COMMIT
|
||||
|
|
Loading…
Reference in New Issue