Skip to content

Commit

Permalink
Update nginx Docker tag to v1.24.0 (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored May 24, 2023
1 parent 750a9e1 commit 65be689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
# NGINX #
#########

FROM nginx:1.23.4-alpine as nginx
FROM nginx:1.24.0-alpine as nginx

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

Expand Down

0 comments on commit 65be689

Please sign in to comment.