diff --git a/socks5-proxy/Dockerfile b/socks5-proxy/Dockerfile index 1237c7c98..598fed0d7 100644 --- a/socks5-proxy/Dockerfile +++ b/socks5-proxy/Dockerfile @@ -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 / ##################