Skip to content

Commit

Permalink
Update Nginx Unit version to 1.32.1-1 (#344)
Browse files Browse the repository at this point in the history
* Update Nginx Unit version

* Use correct release tag
  • Loading branch information
DvDty authored May 9, 2024
1 parent 2d9fd20 commit 2cda4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/variations/unit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG BASE_IMAGE="php:${PHP_VERSION}-cli-${BASE_OS_VERSION}"
FROM ${BASE_IMAGE} as build
ARG DEPENDENCY_PACKAGES_ALPINE='build-base curl tar mercurial openssl-dev pcre2-dev shadow'
ARG DEPENDENCY_PACKAGES_DEBIAN='ca-certificates mercurial build-essential libssl-dev libpcre2-dev curl pkg-config'
ARG NGINX_UNIT_VERSION='1.31.1'
ARG NGINX_UNIT_VERSION='1.32.1-1'

# copy our scripts
COPY --chmod=755 src/common/ /
Expand Down Expand Up @@ -162,4 +162,4 @@ USER www-data

EXPOSE 8080 8443

CMD ["unitd", "--no-daemon"]
CMD ["unitd", "--no-daemon"]

0 comments on commit 2cda4aa

Please sign in to comment.