summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-26 17:38:40 +0000
committerMark Felder <feld@feld.me>2024-01-26 17:38:40 +0000
commita658cf70b921fb97bb061d444df4436c389453f3 (patch)
tree8c2c4ba0787759edd8bc2a8af5222580c0cc169e /ci
parent6bd29956f5653c29f993b02dcc2e1f97479695eb (diff)
Pin to otp25
The 1.15.7 image by default uses OTP26 now, but we really want otp25
Diffstat (limited to 'ci')
-rw-r--r--ci/elixir-1.15-otp25/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/elixir-1.15-otp25/Dockerfile b/ci/elixir-1.15-otp25/Dockerfile
index ff3a54fc5..3335c6e36 100644
--- a/ci/elixir-1.15-otp25/Dockerfile
+++ b/ci/elixir-1.15-otp25/Dockerfile
@@ -1,4 +1,4 @@
-FROM elixir:1.15.7
+FROM elixir:1.15.7-otp-25
# Single RUN statement, otherwise intermediate images are created
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run