mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01: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
|
||||
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_FROM
|
||||
FROM ${BUILD_FROM}
|
||||
FROM ghcr.io/hassio-addons/base:15.0.7
|
||||
COPY --from=builder /go/src/github.com/serjs/socks5/socks5 /
|
||||
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user