unify alpine version
This commit is contained in:
@@ -10,7 +10,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH \
|
||||
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH \
|
||||
go build -o /build/auth_server ./util/
|
||||
|
||||
FROM alpine:latest AS rootfs-builder
|
||||
FROM alpine:latest-stable AS rootfs-builder
|
||||
ENV CLOUD_CONFIG_REPO="https://git.sfclub.cc/cloud/bearnet"
|
||||
ENV CLOUD_CONFIG_REVISION="wish"
|
||||
ENV CLOUD_GATEWAY_ADDRESS="10.0.0.119"
|
||||
|
||||
Reference in New Issue
Block a user