File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
FROM ubuntu:22.04
25
25
26
26
RUN apt-get update && \
27
- apt-get install adduser libfontconfig1 python3 wget -y && \
27
+ apt-get install adduser libfontconfig1 python3 wget musl -y && \
28
28
apt-get clean
29
29
30
- ARG GRAFANA_VERSION=8.5.22
30
+ ARG GRAFANA_VERSION=11.1.4
31
31
32
32
RUN ARCH=$(dpkg --print-architecture) && \
33
33
wget https://dl.grafana.com/oss/release/grafana_${GRAFANA_VERSION}_$ARCH.deb && \
34
34
dpkg -i grafana_${GRAFANA_VERSION}_$ARCH.deb && \
35
35
rm grafana_${GRAFANA_VERSION}_$ARCH.deb
36
36
37
- ARG PROMETHEUS_VERSION=2.37.6
37
+ ARG PROMETHEUS_VERSION=2.53.2
38
38
39
39
RUN ARCH=$(dpkg --print-architecture) && \
40
40
wget -O- https://github.com/prometheus/prometheus/releases/download/v${PROMETHEUS_VERSION}/prometheus-${PROMETHEUS_VERSION}.linux-$ARCH.tar.gz | \
You can’t perform that action at this time.
0 commit comments