Skip to content

Commit dfc9f44

Browse files
authored
Fix Debian version for Dockerfile. (#288)
1 parent 9b10353 commit dfc9f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
ARG ELIXIR_VERSION=1.19.3
1717
ARG OTP_VERSION=28.1.1
18-
ARG DEBIAN_VERSION=bullseye-20251020-slim
18+
ARG DEBIAN_VERSION=bullseye-20251103-slim
1919

2020
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
2121
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"

0 commit comments

Comments
 (0)