Skip to content

Commit

Permalink
Merge pull request #217 from italia/snyk-fix-5597f25ed65491658400deed…
Browse files Browse the repository at this point in the history
…d6d46fb8

[Snyk] Security upgrade nginx from stable to 1
  • Loading branch information
bfabio authored Aug 26, 2021
2 parents 001139f + ca68636 commit f532788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ COPY ./ /app/
RUN yarn run build-prod

# Stage 1, "prod-stage".
FROM nginx:stable
FROM nginx:1
COPY --from=build-stage /app/dist/ /usr/share/nginx/html

0 comments on commit f532788

Please # to comment.