Skip to content

Commit e6f39e9

Browse files
committed
Bump version v1.23.4
1 parent 518dbad commit e6f39e9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM alpine:3.16 AS build
22

3-
ENV NGINX_VERSION 1.23.2
3+
ENV NGINX_VERSION 1.23.4
44
# https://github.com/nginx/njs
5-
ENV NJS_MODULE_VERSION 0.7.8
5+
ENV NJS_MODULE_VERSION 0.7.12
66
# https://github.com/google/ngx_brotli
77
ENV BROTLI_MODULE_VERSION 6e975bcb015f62e1f303054897783355e2a877dc
88
# https://github.com/openresty/echo-nginx-module
@@ -54,6 +54,7 @@ RUN set -eux \
5454
gpg \
5555
gpg-agent \
5656
libc-dev \
57+
libxslt-dev \
5758
linux-headers \
5859
make \
5960
openssl-dev \

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Supported tags and respective `Dockerfile` links
22

33
- [`latest` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/master/Dockerfile)
4-
- [`1.23.2-alpine`, `1.23-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.23.2/Dockerfile) Mainline version
5-
- [`1.22.0-alpine`, `1.22-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.22.0/Dockerfile) Stable version
4+
- [`1.23.4-alpine`, `1.23-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.23.4/Dockerfile) Mainline version
5+
- [`1.24.0-alpine`, `1.24-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.24.0/Dockerfile) Stable version
66
- <details><summary>Older versions</summary>
77

88
- [`1.21.6-alpine`, `1.21-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.21.6/Dockerfile)

0 commit comments

Comments
 (0)