mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-01-19 08:51:45 +03: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
|
||||
FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS build
|
||||
FROM --platform=$BUILDPLATFORM golang:alpine AS build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
ARG TARGETOS TARGETARCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user