Skip to content

Commit

Permalink
Revert OTP upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Jan 15, 2025
1 parent 2e1e038 commit c8e2f79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# - Ex: hexpm/elixir:1.14.5-erlang-25.3.2.2-debian-bullseye-20230522-slim
#
ARG ELIXIR_VERSION=1.18.1
ARG OTP_VERSION=27.2
ARG OTP_VERSION=25.3.2.16
ARG DEBIAN_VERSION=bookworm-20250113-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
Expand All @@ -38,9 +38,10 @@ SHELL ["/bin/bash", "-c"]

# install build dependencies
RUN apt-get update -y && apt-get upgrade -y && \
apt-get install -y build-essential git curl && \
apt-get install -y build-essential git curl ca-certificates && \
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
apt install nodejs -y && \
/usr/sbin/update-ca-certificates && \
npm install npm@latest -g && \
apt-get clean && rm -f /var/lib/apt/lists/*_*

Expand Down

0 comments on commit c8e2f79

Please sign in to comment.