File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11ARG ELIXIR_VERSION=1.19.4
22ARG OTP_VERSION=28.3
3- ARG DEBIAN_VERSION=bookworm-20250630 -slim
3+ ARG DEBIAN_VERSION=trixie-20251208 -slim
44ARG RELEASE_VERSION
55
66ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
@@ -103,7 +103,7 @@ FROM ${RUNNER_IMAGE} AS app
103103# Install additional packages
104104# Do this before setting RELEASE_VERSION which changes on every build
105105RUN apt-get update -y && \
106- apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates curl ssh jq telnet netcat-openbsd htop vim \
106+ apt-get install -y libstdc++6 openssl libncurses6 locales ca-certificates curl ssh jq telnet netcat-openbsd htop vim \
107107 && apt-get clean && rm -f /var/lib/apt/lists/*_*
108108
109109# Copy the Sequin CLI from the cli-builder stage
You can’t perform that action at this time.
0 commit comments