Skip to content

Commit

Permalink
fix: forms-flow-web/Dockerfile.local to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 15, 2024
1 parent d8422df commit f8942a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN npm install
COPY . /forms-flow-web/app/
RUN npm run build

FROM nginx:1.25.3 as production-stage
FROM nginx:1.25.5 as production-stage
RUN mkdir /app
COPY --from=build-stage /forms-flow-web/app/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit f8942a3

Please sign in to comment.