mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-03-14 10:30:43 +00:00
Revert "Docker build use 1.20 go"
This reverts commit cd1d00086087774320ac3961daf16df63445c716.
This commit is contained in:
parent
fce86aad33
commit
229851f621
2
.github/docker/Dockerfile
vendored
2
.github/docker/Dockerfile
vendored
@ -1,5 +1,5 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS build
|
FROM --platform=$BUILDPLATFORM golang:alpine AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
ARG TARGETOS TARGETARCH
|
ARG TARGETOS TARGETARCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user