Skip to content

Commit

Permalink
Merge pull request #2024 from Crown-Commercial-Service/snyk-fix-40cfe…
Browse files Browse the repository at this point in the history
…34e364f36b923f622240500b694

[Snyk] Security upgrade nginx from latest to 1.25.3-bookworm-perl
  • Loading branch information
ponselvamsakthivel-bc authored Feb 15, 2024
2 parents bf3c2e0 + df50b50 commit b5d48bc
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 @@ -6,7 +6,7 @@ RUN npm install --legacy-peer-deps && npm cache clean --force
COPY . ./
RUN npm run build

FROM nginx:latest AS runtime
FROM nginx:1.25.3-bookworm-perl AS runtime
WORKDIR /usr/share/nginx/html
RUN rm -rf ./*
COPY --from=build /app/dist .
Expand Down

0 comments on commit b5d48bc

Please sign in to comment.