Skip to content

Commit

Permalink
Upgrade nginx docker image to alpine 3.18 to fix CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Feb 16, 2024
1 parent 2c8bb10 commit 92476c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/.trivyignore
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
CVE-2023-28319
CVE-2023-38039
CVE-2023-5363
CVE-2023-1999
CVE-2023-4863
CVE-2023-3138
CVE-2023-43787
CVE-2023-29491
CVE-2023-35945
CVE-2023-44487
CVE-2023-38545

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN export NODE_OPTIONS=--max_old_space_size=8192 && $(npm bin)/ng build --confi

### STAGE 2: Setup ###

FROM nginx:1.25.2-alpine
FROM nginx:1.25.3-alpine3.18-slim
ARG version="latest"

LABEL io.arlas.wui.version=${version}
Expand Down

0 comments on commit 92476c8

Please sign in to comment.