mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-25 17:30:59 +00:00
feat: upgrade erlang and elixir
* `erlang` from 26.2.5 to 27.1.2 * `elixir` from 1.16.3 to 1.17.3
This commit is contained in:
parent
ffe444d912
commit
43a1d4dd29
2 changed files with 5 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
||||||
erlang 26.2.5
|
erlang 27.1.2
|
||||||
elixir 1.16.3-otp-26
|
elixir 1.17.3
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
# - https://pkgs.org/ - resource for finding needed packages
|
# - https://pkgs.org/ - resource for finding needed packages
|
||||||
# - Ex: hexpm/elixir:1.12.0-erlang-24.0.1-debian-bullseye-20210902-slim
|
# - Ex: hexpm/elixir:1.12.0-erlang-24.0.1-debian-bullseye-20210902-slim
|
||||||
#
|
#
|
||||||
ARG BUILDER_IMAGE="hexpm/elixir:1.16.3-erlang-26.2.5-debian-bookworm-20240612-slim"
|
ARG BUILDER_IMAGE="hexpm/elixir:1.17.3-erlang-27.1.2-debian-bookworm-20241016-slim"
|
||||||
ARG RUNNER_IMAGE="debian:bookworm-20240612-slim"
|
ARG RUNNER_IMAGE="debian:bookworm-20241016-slim"
|
||||||
|
|
||||||
FROM ${BUILDER_IMAGE} as builder
|
FROM ${BUILDER_IMAGE} AS builder
|
||||||
|
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
RUN apt-get update -y && apt-get install -y build-essential git curl ffmpeg \
|
RUN apt-get update -y && apt-get install -y build-essential git curl ffmpeg \
|
||||||
|
|
Loading…
Reference in a new issue