Skip to content

Commit daceb4f

Browse files
authored
Update Elixir and OTP versions in Dockerfile #191 (review)
1 parent 8ad08c2 commit daceb4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# - https://pkgs.org/ - resource for finding needed packages
1313
# - Ex: hexpm/elixir:1.14.1-erlang-25.1.1-debian-bullseye-20220801-slim
1414
#
15-
ARG ELIXIR_VERSION=1.14.1
16-
ARG OTP_VERSION=25.1.1
17-
ARG DEBIAN_VERSION=bullseye-20220801-slim
15+
ARG ELIXIR_VERSION=1.18.4
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)