Skip to content

Commit b94a7b1

Browse files
committed
update nginx, openssl, libmaxminddb
1 parent 9e28794 commit b94a7b1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ARG DEBIAN_FRONTEND=noninteractive
77
ENV USR_SRC=/usr/src \
88
USR_SRC_NGINX=/usr/src/nginx \
99
USR_SRC_NGINX_MODS=/usr/src/nginx/modules \
10-
NGINX_VERSION=1.29.1 \
11-
OPENSSL_VERSION=3.5.2 \
12-
LIBMAXMINDDB_VERSION=1.12.2
10+
NGINX_VERSION=1.30.0 \
11+
OPENSSL_VERSION=4.0.0 \
12+
LIBMAXMINDDB_VERSION=1.13.3
1313

1414
USER root
1515

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
| Variable | Version |
1212
| -------------------- | ---------------------- |
13-
| NGINX_VERSION | 1.29.1 |
14-
| OPENSSL_VERSION | 3.5.2 |
15-
| LIBMAXMINDDB_VERSION | 1.12.2 |
13+
| NGINX_VERSION | 1.30.0 |
14+
| OPENSSL_VERSION | 4.0.0 |
15+
| LIBMAXMINDDB_VERSION | 1.13.3 |
1616

1717
## Additional packages
1818

0 commit comments

Comments
 (0)