Skip to content

Commit

Permalink
Merge pull request #12 from cyber-dojo/update-dockerfile
Browse files Browse the repository at this point in the history
Dockerfile: update libexpat version
  • Loading branch information
JonJagger authored Mar 21, 2024
2 parents 60f4f18 + 01106b7 commit 1b7b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add tini
RUN apk add bash

RUN apk upgrade
RUN apk add libexpat=2.6.0-r0 # https://security.snyk.io/vuln/SNYK-ALPINE319-EXPAT-6241038
RUN apk add libexpat=2.6.2-r0 # https://security.snyk.io/vuln/SNYK-ALPINE319-EXPAT-6241038

RUN rm -rf ${NGINX_DIR}
COPY images ${NGINX_DIR}/images
Expand Down

0 comments on commit 1b7b232

Please sign in to comment.