Skip to content

Commit

Permalink
Use existing elixir docker (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIvanoff authored Dec 5, 2023
1 parent 50cd17a commit d71c906
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,6 +1,6 @@
ARG ELIXIR_VERSION=1.14.4
ARG OTP_VERSION=25.2
ARG DEBIAN_VERSION=bullseye-20230227-slim
ARG OTP_VERSION=25.3
ARG DEBIAN_VERSION=bullseye-20230227-slimg

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

0 comments on commit d71c906

Please sign in to comment.