Skip to content

Commit

Permalink
security: update alpine vers and hide nginx vers
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT committed Aug 17, 2024
1 parent 8642dea commit e54ea5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.3 as downloader
FROM alpine:3.20.2 as downloader

ARG V2RAY_VERSION=v1.3.2

Expand Down
2 changes: 1 addition & 1 deletion conf/nginx_ss.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cat <<EOF
server {
listen ${PORT};
listen [::]:${PORT};
server_tokens off; # Required to hide the nginx version (security)
root /wwwroot;
location / {
Expand Down

0 comments on commit e54ea5d

Please sign in to comment.