Skip to content

Commit da5c008

Browse files
Update nginx Docker tag to v1.27.5
1 parent 73ab0a0 commit da5c008

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.2
1+
ARG NGINX_VERSION=1.27.5
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.2
1+
ARG NGINX_VERSION=1.27.5
22

33
FROM nginx:${NGINX_VERSION} AS builder
44

0 commit comments

Comments
 (0)