commit: a658cf70b921fb97bb061d444df4436c389453f3
parent 6bd29956f5653c29f993b02dcc2e1f97479695eb
Author: Mark Felder <feld@feld.me>
Date: Fri, 26 Jan 2024 17:38:40 +0000
Pin to otp25
The 1.15.7 image by default uses OTP26 now, but we really want otp25
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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