mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
rebase to lsio alpine 3.17 to fix builds
This commit is contained in:
+6
-2
@@ -1,12 +1,16 @@
|
|||||||
# Build container
|
# Build container
|
||||||
FROM golang:alpine AS buildstage
|
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 AS buildstage
|
||||||
|
|
||||||
ARG CLOUDFLARED_TAG
|
ARG CLOUDFLARED_TAG
|
||||||
|
|
||||||
RUN mkdir -p /root-layer/cloudflared
|
RUN mkdir -p /root-layer/cloudflared
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
RUN apk --no-cache add git build-base curl jq
|
RUN \
|
||||||
|
apk add --no-cache \
|
||||||
|
build-base \
|
||||||
|
git \
|
||||||
|
go
|
||||||
|
|
||||||
ENV GO111MODULE=on \
|
ENV GO111MODULE=on \
|
||||||
CGO_ENABLED=0
|
CGO_ENABLED=0
|
||||||
|
|||||||
Reference in New Issue
Block a user