Skip to content

Commit f74e487

Browse files
committed
Bump NGINX Unit version to 1.34.2
1 parent d123d4a commit f74e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variations/unit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG BASE_IMAGE="php:${PHP_VERSION}-cli-${BASE_OS_VERSION}"
99
FROM ${BASE_IMAGE} AS build
1010
ARG DEPENDENCY_PACKAGES_ALPINE='build-base curl tar git openssl-dev pcre2-dev shadow'
1111
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'
12+
ARG NGINX_UNIT_VERSION='1.34.2'
1313

1414
# copy our scripts
1515
COPY --chmod=755 src/common/ /

0 commit comments

Comments
 (0)