Skip to content

Commit

Permalink
Update docker.io/nginx Docker tag to v1.26.0 (#4248)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored May 1, 2024
1 parent 5da3e42 commit f72edc0
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 @@ -126,7 +126,7 @@ CMD ["python", "run.py"]
# NGINX #
#########

FROM docker.io/nginx:1.25.4-alpine as nginx
FROM docker.io/nginx:1.26.0-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.4-alpine as nginx
FROM docker.io/nginx:1.26.0-alpine as nginx

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

Expand Down

0 comments on commit f72edc0

Please sign in to comment.