mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 05:15:57 +08:00
bump nginx base image for cve fix (#3340)
This commit is contained in:
parent
7a4156a3b7
commit
22d4c53a43
@ -24,7 +24,7 @@ COPY . .
|
|||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
|
||||||
FROM nginx:1.18-alpine
|
FROM nginx:1.24.0-alpine
|
||||||
|
|
||||||
COPY conf/default.conf /etc/nginx/conf.d/default.conf
|
COPY conf/default.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user