Skip to content

Commit

Permalink
Merge pull request #72 from dokku/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
feat: upgrade nginx to 1.25.2
  • Loading branch information
josegonzalez authored Aug 21, 2023
2 parents e833f6a + 936c024 commit 2f08d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eo pipefail
[[ $TRACE ]] && set -x

NGINX_VERSION="1.23.1"
NGINX_VERSION="1.25.2"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="10.42"
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
Expand Down

0 comments on commit 2f08d68

Please sign in to comment.