Fix Dockerfile: Use stable Elixir 1.17 Alpine image
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run

The release candidate version 1.19.0-rc.0-otp-28-alpine is not available
on Docker Hub. Switched to stable elixir:1.17-alpine which is compatible
with the application.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kevin Sivic 2025-11-28 21:56:11 -05:00
parent e599e724c2
commit da6739f7cc

View file

@ -1,5 +1,5 @@
# Build stage
FROM elixir:1.19.0-rc.0-otp-28-alpine AS build
FROM elixir:1.17-alpine AS build
# Install build dependencies
RUN apk add --no-cache build-base git nodejs npm