Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Jul 26, 2024
1 parent 02cd3ba commit c45f1d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 && \
Expand Down Expand Up @@ -101,4 +101,3 @@ USER nobody

ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["start"]

0 comments on commit c45f1d3

Please sign in to comment.