diff --git a/Dockerfile.test b/Dockerfile.test index 6ab74a83..d0dcb54c 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -12,7 +12,7 @@ COPY .env.development .env.production RUN npm run build ## Stage 2. build the production (server) environment -FROM nginx:1.23.2-alpine +FROM nginx:1.26.2-alpine # Install curl and envsubst RUN apk --no-cache add curl