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
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:
parent
e599e724c2
commit
da6739f7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue