File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1717# under the License.
1818#
1919
20- FROM grafana/grafana:9.5.6-ubuntu
20+ FROM grafana/grafana:11.6.1
2121
2222ARG BUILD_DATE
2323ARG VCS_REF
@@ -34,10 +34,12 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
3434
3535USER root
3636
37- RUN apt-get update \
38- && apt-get upgrade -y \
39- && apt-get install -y python3-pip procps
40- RUN pip3 install j2cli
37+ RUN apk add --no-cache \
38+ bash \
39+ py3-pip \
40+ procps
41+
42+ RUN pip3 install --break-system-packages --no-cache-dir j2cli
4143
4244USER grafana
4345
Original file line number Diff line number Diff line change 1717# under the License.
1818#
1919
20- FROM grafana/grafana:9.5.6-ubuntu
20+ FROM grafana/grafana:11.6.1
2121
2222ARG BUILD_DATE
2323ARG VCS_REF
@@ -34,10 +34,12 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
3434
3535USER root
3636
37- RUN apt-get update \
38- && apt-get upgrade -y \
39- && apt-get install -y python3-pip procps
40- RUN pip3 install j2cli
37+ RUN apk add --no-cache \
38+ bash \
39+ py3-pip \
40+ procps
41+
42+ RUN pip3 install --break-system-packages --no-cache-dir j2cli
4143
4244USER grafana
4345
You can’t perform that action at this time.
0 commit comments