Merge pull request #1 from vAHiD55555/snyk-fix-8992e1136015ef96f818c3d52ab9b332

[Snyk] Security upgrade alpine from latest to 3.18.3
This commit is contained in:
vAHiD 2023-08-15 15:19:57 +03:30 committed by GitHub
commit 855d7e86ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \