snyk-bot 2023-08-08 19:40:46 +00:00
parent 3174785d58
commit d184fb008e
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -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 <contact-git@sekai.icu>"
RUN set -ex \
&& apk upgrade \