Bump elixir and otp (#1295)

This commit is contained in:
Po Chen 2022-08-02 19:33:07 +10:00 committed by GitHub
parent ab206e7516
commit 946c86fd85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Stage 1
# Builds the Livebook release
FROM hexpm/elixir:1.13.2-erlang-24.1.7-debian-bullseye-20210902-slim AS build
FROM hexpm/elixir:1.13.4-erlang-25.0.2-debian-bullseye-20210902-slim AS build
RUN apt-get update && apt-get upgrade -y && \
apt-get install --no-install-recommends -y \
@ -38,7 +38,7 @@ RUN mix do compile, release livebook
# We use the same base image, because we need Erlang, Elixir and Mix
# during runtime to spawn the Livebook standalone runtimes.
# Consequently the release doesn't include ERTS as we have it anyway.
FROM hexpm/elixir:1.13.2-erlang-24.1.7-debian-bullseye-20210902-slim
FROM hexpm/elixir:1.13.4-erlang-25.0.2-debian-bullseye-20210902-slim
RUN apt-get update && apt-get upgrade -y && \
apt-get install --no-install-recommends -y \