mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-24 06:39:21 +08:00
Change golang version
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Build in Golang
|
# Build in Golang
|
||||||
# Run npm run build-healthcheck-armv7 in the host first, another it will be super slow where it is building the armv7 healthcheck
|
# Run npm run build-healthcheck-armv7 in the host first, another it will be super slow where it is building the armv7 healthcheck
|
||||||
############################################
|
############################################
|
||||||
FROM golang:1.19.4-buster
|
FROM golang:1.19-buster
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
COPY ./extra/ ./extra/
|
COPY ./extra/ ./extra/
|
||||||
|
Reference in New Issue
Block a user