File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bookworm -slim
1+ FROM debian:trixie -slim
22
33RUN export DEBIAN_FRONTEND=noninteractive && \
44 # install dependencies \
Original file line number Diff line number Diff line change 1- FROM debian:bookworm -slim
1+ FROM debian:trixie -slim
22
33RUN export DEBIAN_FRONTEND=noninteractive && \
44 # install dependencies \
Original file line number Diff line number Diff line change 1- FROM buildpack-deps:jammy -curl
1+ FROM buildpack-deps:noble -curl
22
33RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44 DEBIAN_FRONTEND=noninteractive apt-get install -y bash-completion && \
Original file line number Diff line number Diff line change 1- FROM buildpack-deps:bookworm -curl
1+ FROM buildpack-deps:trixie -curl
22
33RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors libcap2-bin && \
Original file line number Diff line number Diff line change 1- FROM buildpack-deps:bookworm -curl
1+ FROM buildpack-deps:trixie -curl
22
33RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors libcap2-bin && \
You can’t perform that action at this time.
0 commit comments