Skip to content

Commit c7873ad

Browse files
committedJun 5, 2024··
nginx: mainline=1.27.0
1 parent 4d8c461 commit c7873ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mainline-alpine.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM alpine:latest
22

3-
ENV NGINX_VERSION=1.25.5
3+
ENV NGINX_VERSION=1.27.0
44
ENV LIBRESSL_VERSION=3.8.4
55

6-
RUN GPG_KEYS=43387825DDB1BB97EC36BA5D007C8D7C15D87369 \
6+
RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
77
&& CONFIG="\
88
--prefix=/etc/nginx \
99
--sbin-path=/usr/sbin/nginx \

0 commit comments

Comments
 (0)
Please sign in to comment.