Skip to content

Commit

Permalink
sync: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jan 17, 2024
1 parent cfacd5a commit 6e341b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ ARG OPENSSL_PATCH="https://github.com/kn007/patch/raw/master/openssl-1.1.1.patch
ARG PCRE_VERSION="8.45"
ARG PCRE_URL="https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VERSION}/pcre-${PCRE_VERSION}.tar.gz"

ARG LIBATOMIC_VERSION="7.8.0"
ARG LIBATOMIC_VERSION="7.8.2"
ARG LIBATOMIC_URL="https://github.com/ivmai/libatomic_ops/releases/download/v${LIBATOMIC_VERSION}/libatomic_ops-${LIBATOMIC_VERSION}.tar.gz"

ARG MODULE_BROTLI_URL="https://github.com/google/ngx_brotli.git"

ARG MODULE_STICKY_URL="https://github.com/xu2ge/nginx-sticky-module-ng.git"

ARG MODULE_HEADERS_MORE_VERSION="0.35"
ARG MODULE_HEADERS_MORE_VERSION="0.37"
ARG MODULE_HEADERS_MORE_URL="https://github.com/openresty/headers-more-nginx-module/archive/refs/tags/v${MODULE_HEADERS_MORE_VERSION}.tar.gz"

ARG MODULE_HTTP_FLV_VERSION="1.2.11"
Expand Down

0 comments on commit 6e341b9

Please sign in to comment.