diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index fe4fd57..cf415e6 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.23.2-alpine +FROM nginx:1.25.1-alpine # get npm RUN apk --no-cache add nodejs npm