Skip to content

Commit

Permalink
sync: updated to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jul 28, 2024
1 parent 1796a42 commit f8c4827
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
linux/amd64
linux/arm64/v8
cache-to: type=gha, scope=${{ env.REPOSITORY }}, mode=max
outputs: type=cacheonly
outputs: type=cacheonly
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
linux/arm64/v8
cache-from: type=gha, scope=${{ env.REPOSITORY }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim AS builder

ARG NGINX_VERSION="1.25.4"
ARG NGINX_VERSION="1.27.0"
ARG NGINX_GPG_KEY="D6786CE303D9A9022998DC6CC8464D549AF75C0A 13C82A63B603576156E30A4EA0EA981B66B0D967"
ARG NGINX_URL="https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz"
ARG NGINX_PGP_URL="https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz.asc"
Expand Down Expand Up @@ -256,4 +256,4 @@ EXPOSE 443/udp

STOPSIGNAL SIGQUIT

CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ $ docker pull ghcr.io/akafeng/nginx
### Thanks

- [@metowolf](http://github.com/metowolf)
- [@kn007](https://github.com/kn007)
- [@kn007](https://github.com/kn007)
2 changes: 1 addition & 1 deletion config/logrotate
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
kill -USR1 `cat /var/run/nginx.pid`
fi
endscript
}
}
2 changes: 1 addition & 1 deletion config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ http {
brotli_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript image/svg+xml;

include /etc/nginx/conf.d/*.conf;
}
}
2 changes: 1 addition & 1 deletion config/nginx.vhost.default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ server {
index index.html index.htm;

error_page 500 502 503 504 /50x.html;
}
}
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [ "${1#-}" != "$1" ]; then
set -- nginx "$@"
fi

exec "$@"
exec "$@"

0 comments on commit f8c4827

Please sign in to comment.