Skip to content

Commit 3b12836

Browse files
authored
Merge pull request #6 from netvpc/renovate/nginx-1.x
Update nginx Docker tag to v1.27.2
2 parents 604dcea + b958828 commit 3b12836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DB.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.27.1
1+
ARG NGINX_VERSION=1.27.2
22

33
FROM nginx:${NGINX_VERSION} AS builder
44

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.27.1
1+
ARG NGINX_VERSION=1.27.2
22

33
FROM nginx:${NGINX_VERSION} AS builder
44

0 commit comments

Comments
 (0)