Skip to content

Commit 10536d2

Browse files
committed
freenginx: mainline=1.31.0
1 parent 46f0e3c commit 10536d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mainline/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM alpine:latest
1818

1919
# FROM alpine:3.18 # Legacy support; stable but nearing End-of-Life (EOL)
2020

21-
ENV NGINX_VERSION=1.31.0
21+
ENV NGINX_VERSION=1.31.1
2222

2323
ENV CONFIG="\
2424
--prefix=/etc/nginx \

mainline/Dockerfile.loongarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
FROM --platform=linux/loong64 loongarch64/alpine:3.21
33

4-
ENV NGINX_VERSION=1.31.0
4+
ENV NGINX_VERSION=1.31.1
55

66
ENV CONFIG="\
77
--prefix=/etc/nginx \

0 commit comments

Comments
 (0)