Skip to content

Commit 6e16d56

Browse files
committed
chore: update to debian trixie slim
1 parent c9c840f commit 6e16d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ELIXIR_VERSION=1.19.4
22
ARG OTP_VERSION=28.3
3-
ARG DEBIAN_VERSION=bookworm-20250630-slim
3+
ARG DEBIAN_VERSION=trixie-20251208-slim
44
ARG RELEASE_VERSION
55

66
ARG 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
105105
RUN 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

0 commit comments

Comments
 (0)