Skip to content

Commit 6325044

Browse files
authored
chore: bump nginx plus and njs versions (#405)
1 parent 87b2b99 commit 6325044

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.buildkit.plus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM debian:bookworm-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537
44
ARG RELEASE=bookworm
55

66
# NJS env vars
7-
ENV NGINX_VERSION=32
7+
ENV NGINX_VERSION=34
88
ENV NGINX_PKG_RELEASE=1~${RELEASE}
9-
ENV NJS_VERSION=0.8.4
9+
ENV NJS_VERSION=0.9.0
1010
ENV NJS_PKG_RELEASE=1~${RELEASE}
1111

1212
# Proxy cache env vars

Dockerfile.plus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM debian:bookworm-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537
44
ARG RELEASE=bookworm
55

66
# NJS env vars
7-
ENV NGINX_VERSION=32
7+
ENV NGINX_VERSION=34
88
ENV NGINX_PKG_RELEASE=1~${RELEASE}
9-
ENV NJS_VERSION=0.8.4
9+
ENV NJS_VERSION=0.9.0
1010
ENV NJS_PKG_RELEASE=1~${RELEASE}
1111

1212
# Proxy cache env vars

0 commit comments

Comments
 (0)