mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-05 16:39:47 +00:00
Pin to otp25
The 1.15.7 image by default uses OTP26 now, but we really want otp25
This commit is contained in:
parent
6bd29956f5
commit
a658cf70b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue