Skip to content

Commit

Permalink
fix(docker): fix libexpat vulnerability (#9600)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Feb 15, 2024
1 parent 3a45b38 commit 770fb9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# We don't declare them here — take a look at our docs.
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md

FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine

RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0" && apk add --no-cache "tiff>=4.4.0-r4"
RUN apk add "nodejs"

LABEL maintainer="fehguy"
LABEL maintainer="char0n"

ENV API_KEY="**None**" \
SWAGGER_JSON="/app/swagger.json" \
Expand Down

0 comments on commit 770fb9d

Please sign in to comment.