mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 20:39:12 +02:00
Update Dockerfile
This commit is contained in:
@@ -23,8 +23,7 @@ COPY . .
|
|||||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-s' -o ./socks5
|
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-s' -o ./socks5
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_FROM
|
FROM ghcr.io/hassio-addons/base:15.0.7
|
||||||
FROM ${BUILD_FROM}
|
|
||||||
COPY --from=builder /go/src/github.com/serjs/socks5/socks5 /
|
COPY --from=builder /go/src/github.com/serjs/socks5/socks5 /
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
Reference in New Issue
Block a user