diff --git a/api/Dockerfile b/api/Dockerfile index f3eace7658d..586a114600d 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -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"