Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mix deps.compile


### Node Deps and Build Frontend
FROM node:24.16.0-alpine3.23 AS node
FROM node:24.16.0-alpine3.24 AS node

# npm deps
ENV NODE_ENV=production
Expand Down Expand Up @@ -57,7 +57,7 @@ RUN mix release --path /app-release

### Production Stage
# Run in minimal Alpine container
FROM alpine:3.23.4 AS runtime
FROM alpine:3.24.0 AS runtime

# Expose HTTP, EPMD, and Erlang RPC
EXPOSE 4001 4369 57195
Expand Down
Loading