mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-10 06:29:56 +00:00
Merge branch 'master' of https://github.com/HyNetwork/hysteria
This commit is contained in:
commit
31a569cd66
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine AS builder
|
||||
FROM golang:1-alpine AS builder
|
||||
|
||||
LABEL maintainer="mritd <mritd@linux.com>"
|
||||
|
||||
@ -14,7 +14,7 @@ COPY . /go/src/github.com/hynetwork/hysteria
|
||||
WORKDIR /go/src/github.com/hynetwork/hysteria
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add git build-base \
|
||||
&& apk add git build-base bash \
|
||||
&& ./build.sh \
|
||||
&& mv ./build/hysteria-* /go/bin/hysteria
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user