Merge pull request #259 from OstlerDev/fix-docker-build-gosqlite3

Fix Docker Build (issue with go-sqlite3)
pull/1118/head
Willy 2023-12-25 18:13:01 +01:00 committed by GitHub
commit aa884983ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
# 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