Skip to content

Commit

Permalink
Fix expat CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Feb 24, 2022
1 parent dcf1f4a commit 009b990
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ RUN mkdir -p /app
# set the permissions on the
RUN chown -R www-data:www-data /app

# https://security.snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407738
RUN apk add --no-cache "expat>=2.4.5-r0"

# set the working directory for conveinence
WORKDIR /app

Expand Down
3 changes: 3 additions & 0 deletions 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ RUN mkdir -p /app
# set the permissions on the
RUN chown -R www-data:www-data /app

# https://security.snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407738
RUN apk add --no-cache "expat>=2.4.5-r0"

# set the working directory for conveinence
WORKDIR /app

Expand Down
3 changes: 3 additions & 0 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ RUN mkdir -p /app
# set the permissions on the
RUN chown -R www-data:www-data /app

# https://security.snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407738
RUN apk add --no-cache "expat>=2.4.5-r0"

# set the working directory for conveinence
WORKDIR /app

Expand Down
3 changes: 3 additions & 0 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ RUN mkdir -p /app
# set the permissions on the
RUN chown -R www-data:www-data /app

# https://security.snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407738
RUN apk add --no-cache "expat>=2.4.5-r0"

# set the working directory for conveinence
WORKDIR /app

Expand Down

0 comments on commit 009b990

Please sign in to comment.