We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d123d4a commit f74e487Copy full SHA for f74e487
src/variations/unit/Dockerfile
@@ -9,7 +9,7 @@ ARG BASE_IMAGE="php:${PHP_VERSION}-cli-${BASE_OS_VERSION}"
9
FROM ${BASE_IMAGE} AS build
10
ARG DEPENDENCY_PACKAGES_ALPINE='build-base curl tar git openssl-dev pcre2-dev shadow'
11
ARG DEPENDENCY_PACKAGES_DEBIAN='ca-certificates git build-essential libssl-dev libpcre2-dev curl pkg-config'
12
-ARG NGINX_UNIT_VERSION='1.33.0-1'
+ARG NGINX_UNIT_VERSION='1.34.2'
13
14
# copy our scripts
15
COPY --chmod=755 src/common/ /
0 commit comments