Skip to content

Commit

Permalink
chore(deps): update docker.io/nginx docker tag to v1.27.3 (#5222)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Dec 2, 2024
1 parent 37967dd commit 8ba5064
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.27.2-alpine AS nginx
FROM docker.io/nginx:1.27.3-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.27.2-alpine AS nginx
FROM docker.io/nginx:1.27.3-alpine AS nginx

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

Expand Down

0 comments on commit 8ba5064

Please sign in to comment.