Skip to content

Commit 92ae6b5

Browse files
Update docker.io/nginx Docker tag to v1.25.4 (#3857)
1 parent ae60f00 commit 92ae6b5

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.25.3-alpine as nginx
125+
FROM docker.io/nginx:1.25.4-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.25.3-alpine as nginx
16+
FROM docker.io/nginx:1.25.4-alpine as nginx
1717

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

0 commit comments

Comments
 (0)