Skip to content

Commit c78bd1d

Browse files
authored
Merge pull request #326 from dwyl/update-debian-otp-#324
PR: Update OTP and Debian versions in Dockerfile #324
2 parents 67badca + a764687 commit c78bd1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# - Ex: hexpm/elixir:1.14.1-erlang-25.1.1-debian-bullseye-20220801-slim
1414
#
1515
ARG ELIXIR_VERSION=1.18.4
16-
ARG OTP_VERSION=28.0.1
17-
ARG DEBIAN_VERSION=bullseye-20220801-slim
16+
ARG OTP_VERSION=27.3.4.1
17+
ARG DEBIAN_VERSION=bullseye-20250610-slim
1818

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

0 commit comments

Comments
 (0)