mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-11-25 05:33:31 +00:00
Merge pull request #87 from dokku/upgrade-zlib
feat: upgrade zlib version from 1.3 to 1.3.1
This commit is contained in:
6
.github/workflows/review-app.yml
vendored
6
.github/workflows/review-app.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: 'review-app'
|
name: "review-app"
|
||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
@ -20,9 +20,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# create a review app
|
# create a review app
|
||||||
command: review-apps:create
|
command: review-apps:create
|
||||||
git_remote_url: 'ssh://dokku@dokku.com/nginx-buildpack'
|
git_remote_url: "ssh://dokku@dokku.com/nginx-buildpack"
|
||||||
# specify `--force` as a flag for git pushes
|
# specify `--force` as a flag for git pushes
|
||||||
git_push_flags: '--force'
|
git_push_flags: "--force"
|
||||||
# specify a name for the review app
|
# specify a name for the review app
|
||||||
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|||||||
@ -11,7 +11,8 @@ PCRE_VERSION="10.47"
|
|||||||
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
|
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
|
||||||
SIGIL_VERSION="0.10.1"
|
SIGIL_VERSION="0.10.1"
|
||||||
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"
|
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"
|
||||||
ZLIB_VERSION="1.3"
|
# https://github.com/madler/zlib/releases
|
||||||
|
ZLIB_VERSION="1.3.1"
|
||||||
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
|
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
|
||||||
|
|
||||||
suppress() {
|
suppress() {
|
||||||
|
|||||||
Reference in New Issue
Block a user