Skip to content

Commit

Permalink
Remove fixed CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed May 18, 2022
1 parent 555245a commit 9d89581
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions 7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ 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"

# https://security.snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2809177
RUN apk add --no-cache "freetype>=2.11.1-r1"

# set the working directory for conveinence
WORKDIR /app

Expand Down
6 changes: 0 additions & 6 deletions 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ 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"

# https://security.snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2809177
RUN apk add --no-cache "freetype>=2.11.1-r1"

# set the working directory for conveinence
WORKDIR /app

Expand Down
6 changes: 0 additions & 6 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ 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"

# https://security.snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2809177
RUN apk add --no-cache "freetype>=2.11.1-r1"

# set the working directory for conveinence
WORKDIR /app

Expand Down
6 changes: 0 additions & 6 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ 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"

# https://security.snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2809177
RUN apk add --no-cache "freetype>=2.11.1-r1"

# set the working directory for conveinence
WORKDIR /app

Expand Down

0 comments on commit 9d89581

Please sign in to comment.