diff --git a/Dockerfile b/Dockerfile index e1abe43ace7..2341d77e9d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # do stuff to build to /app/build, to copy to step 2 # Step 2: Deploy -FROM nginx:1.21.6-alpine AS production +FROM nginx:1.23.3-alpine AS production # copy built assets created from external build-step COPY ./build /usr/share/nginx/html