Skip to content

Commit

Permalink
Merge pull request #2423 from MarcelMichau/snyk-fix-ee2a7a33067fc3e72…
Browse files Browse the repository at this point in the history
…11b9a986c363f24

[Snyk] Security upgrade nginx from 1.27.1-alpine to 1.27.2-alpine
  • Loading branch information
MarcelMichau authored Oct 9, 2024
2 parents 72a3d0f + 0845803 commit 027c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN bun i
COPY src/client/ui/. ./
RUN bun run build

FROM nginx:1.27.1-alpine
FROM nginx:1.27.2-alpine
COPY --from=build /usr/src/app/dist /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 027c5af

Please sign in to comment.