Skip to content

Commit 5b94e06

Browse files
abeiznmatrixji
andauthored
fix: security hotfix (#6793) (#6839)
Signed-off-by: Ji Bin <matrixji@live.com> Co-authored-by: Ji Bin <matrixji@live.com>
1 parent 8f0d213 commit 5b94e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config-ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY . .
3131
RUN yarn install
3232
RUN yarn build
3333

34-
FROM nginxinc/nginx-unprivileged:1.21
34+
FROM nginxinc/nginx-unprivileged:1.25
3535
USER 0
3636
#ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait /wait
3737
#RUN chmod +x /wait

grafana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#While incubation status is not necessarily a reflection of the completeness or stability of the code,
2424
#it does indicate that the project has yet to be fully endorsed by the ASF.
2525

26-
FROM grafana/grafana:9.5.14
26+
FROM grafana/grafana:9.5.15
2727
COPY ./provisioning/dashboards /etc/grafana/provisioning/dashboards
2828
COPY ./provisioning/datasources /etc/grafana/provisioning/datasources
2929
COPY ./dashboards /etc/grafana/dashboards

0 commit comments

Comments
 (0)