Skip to content

Commit

Permalink
Merge pull request #1 from vAHiD55555/snyk-fix-8992e1136015ef96f818c3…
Browse files Browse the repository at this point in the history
…d52ab9b332

[Snyk] Security upgrade alpine from latest to 3.18.3
  • Loading branch information
vAHiD55555 authored Aug 15, 2023
2 parents 3174785 + d184fb0 commit 855d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
RUN set -ex \
&& apk upgrade \
Expand Down

0 comments on commit 855d7e8

Please sign in to comment.