Elixir 1.19.3

This commit is contained in:
Matthias Wirtz
2025-11-15 08:02:00 +01:00
committed by Jakob Lichterfeld
parent bc763814c1
commit 6217c7b604
+1 -1
View File
@@ -1,4 +1,4 @@
FROM elixir:1.18.4-otp-26 AS builder
FROM elixir:1.19.3-otp-28 AS builder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]