From c45f1d336d55f0d054a57e60bb73717d62ab2282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pr=C3=A9vost?= Date: Thu, 25 Jul 2024 21:17:35 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3fbbcdc1..fdb97b93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN npm ci --no-audit --no-color && \ # # Build the OTP binary # -FROM hexpm/elixir:1.15.7-erlang-26.1.2-debian-bullseye-20230612-slim AS builder +FROM hexpm/elixir:1.17.2-erlang-25.0.4-debian-bullseye-20240722-slim AS builder ENV MIX_ENV=prod @@ -71,7 +71,7 @@ RUN mkdir -p /opt/build && \ # # Build a lean runtime container # -FROM debian:bullseye-20231009 +FROM debian:bullseye-20240722 RUN apt-get update -y && \ apt-get install -y default-jre bash libyaml-dev openssl libncurses5 locales fontconfig hunspell hunspell-fr hunspell-en-ca hunspell-en-us hunspell-es && \ @@ -101,4 +101,3 @@ USER nobody ENTRYPOINT ["docker-entrypoint.sh"] CMD ["start"] -