File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.16 AS build
2
2
3
- ENV NGINX_VERSION 1.23.2
3
+ ENV NGINX_VERSION 1.23.4
4
4
# https://github.com/nginx/njs
5
- ENV NJS_MODULE_VERSION 0.7.8
5
+ ENV NJS_MODULE_VERSION 0.7.12
6
6
# https://github.com/google/ngx_brotli
7
7
ENV BROTLI_MODULE_VERSION 6e975bcb015f62e1f303054897783355e2a877dc
8
8
# https://github.com/openresty/echo-nginx-module
@@ -54,6 +54,7 @@ RUN set -eux \
54
54
gpg \
55
55
gpg-agent \
56
56
libc-dev \
57
+ libxslt-dev \
57
58
linux-headers \
58
59
make \
59
60
openssl-dev \
Original file line number Diff line number Diff line change 1
1
# Supported tags and respective ` Dockerfile ` links
2
2
3
3
- [ ` 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
6
6
- <details ><summary >Older versions</summary >
7
7
8
8
- [ ` 1.21.6-alpine ` , ` 1.21-alpine ` (* Dockerfile* )] ( https://github.com/levonet/docker-nginx/blob/v1.21.6/Dockerfile )
You can’t perform that action at this time.
0 commit comments