Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 24.5.0
erlang 28.2
elixir 1.19.4-otp-28
erlang 28.4
elixir 1.19.5-otp-28
2 changes: 1 addition & 1 deletion deploy/dotcom/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.19.4-erlang-28.2-debian-trixie-20251229-slim
FROM hexpm/elixir:1.19.5-erlang-28.4-debian-trixie-20260223-slim

RUN apt-get update && apt-get install -y curl git make build-essential inotify-tools
RUN apt-get install -y nodejs npm
Expand Down
4 changes: 2 additions & 2 deletions deploy/dotcom/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.19.4-erlang-28.2-alpine-3.23.2 AS builder
FROM hexpm/elixir:1.19.5-erlang-28.4-alpine-3.21.6 AS builder

# ENVS AND ARGS
ENV LANG="C.UTF-8" MIX_ENV="prod"
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN mix compile
RUN mix phx.digest
RUN mix release

FROM hexpm/elixir:1.19.4-erlang-28.2-alpine-3.23.2
FROM hexpm/elixir:1.19.5-erlang-28.4-alpine-3.21.6

ENV PORT=4000 MIX_ENV="prod" PHX_SERVER=true TERM=xterm LANG="C.UTF-8" REPLACE_OS_VARS=true

Expand Down
Loading