Skip to content

Commit da48ea1

Browse files
authored
chore(docker): update Dockerfile base image to nginx:1.24.0-alpine (#8697)
This update fixes following CVEs: - CVE-2023-29469 - CVE-2023-28484
1 parent 58b460d commit da48ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We don't declare them here — take a look at our docs.
33
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
44

5-
FROM nginx:1.23.4-alpine
5+
FROM nginx:1.24.0-alpine
66

77
RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0 "
88

0 commit comments

Comments
 (0)