Skip to content

Commit

Permalink
Fix versions in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Aug 3, 2024
1 parent e3622c6 commit 954705d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ELIXIR_VERSION=1.14.2
ARG OTP_VERSION=25.2.3
ARG ELIXIR_VERSION=1.17.2
ARG OTP_VERSION=27.0.1
ARG DEBIAN_VERSION=bullseye-20240722-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
Expand Down

0 comments on commit 954705d

Please sign in to comment.