From 1908378334246d338d448ac0f878afb94f937041 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:34:22 +0100 Subject: [PATCH] Update Dockerfile --- socks5-proxy/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 / ##################