diff --git a/Dockerfile b/Dockerfile index 709554db3d..ba2e041c24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN set -ex \ -o /go/bin/sing-box \ -ldflags "-X \"github.com/sagernet/sing-box/constant.Version=$VERSION\" -s -w -buildid=" \ ./cmd/sing-box -FROM alpine AS dist +FROM alpine:3.18.3 AS dist LABEL maintainer="nekohasekai " RUN set -ex \ && apk upgrade \