Skip to content

Commit 8ba5064

Browse files
chore(deps): update docker.io/nginx docker tag to v1.27.3 (#5222)
1 parent 37967dd commit 8ba5064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ CMD ["python", "run.py"]
122122
# NGINX #
123123
#########
124124

125-
FROM docker.io/nginx:1.27.2-alpine AS nginx
125+
FROM docker.io/nginx:1.27.3-alpine AS nginx
126126

127127
LABEL org.opencontainers.image.source="https://github.com/WordPress/openverse"
128128

frontend/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# NGINX #
1414
#########
1515

16-
FROM docker.io/nginx:1.27.2-alpine AS nginx
16+
FROM docker.io/nginx:1.27.3-alpine AS nginx
1717

1818
LABEL org.opencontainers.image.source="https://github.com/WordPress/openverse"
1919

0 commit comments

Comments
 (0)