Skip to content

Commit

Permalink
[DSW-1775] Fix glibc vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Mar 3, 2023
1 parent 90289f7 commit 91c633a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine-wizard/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM nginx:alpine

# Install alpine-pkg-glibc for dart-sass
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk
RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apk

# Fix for https://github.com/sgerrand/alpine-pkg-glibc/issues/185
RUN apk add --force-overwrite glibc-2.34-r0.apk
RUN apk add --force-overwrite glibc-2.35-r0.apk
RUN apk fix --force-overwrite alpine-baselayout-data

# Install dart-sass
Expand Down

0 comments on commit 91c633a

Please sign in to comment.