Skip to content

Commit

Permalink
Update docker.io/nginx Docker tag to v1.25.4 (#3857)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Mar 4, 2024
1 parent ae60f00 commit 92ae6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CMD ["python", "run.py"]
# NGINX #
#########

FROM docker.io/nginx:1.25.3-alpine as nginx
FROM docker.io/nginx:1.25.4-alpine as nginx

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

Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# NGINX #
#########

FROM docker.io/nginx:1.25.3-alpine as nginx
FROM docker.io/nginx:1.25.4-alpine as nginx

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

Expand Down

0 comments on commit 92ae6b5

Please sign in to comment.