Fix Docker image tag for hexpm/elixir
Some checks failed
CI - Test, Build, and Push / test (push) Successful in 2m48s
CI - Test, Build, and Push / build-and-push (push) Failing after 2m46s

Use correct tag: 1.17.3-erlang-27.1.3-debian-bookworm-20250610-slim

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kevin Sivic 2025-12-01 09:39:07 -05:00
parent 8d9194b398
commit 08e2dfa325
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: hexpm/elixir:1.17.3-erlang-27.1.2-debian-bookworm-20240904-slim
container: hexpm/elixir:1.17.3-erlang-27.1.3-debian-bookworm-20250610-slim
services:
postgres:

View file

@ -14,8 +14,8 @@
# docker run -p 4000:4000 localspot
ARG ELIXIR_VERSION=1.17.3
ARG OTP_VERSION=27.1.2
ARG DEBIAN_VERSION=bookworm-20240904-slim
ARG OTP_VERSION=27.1.3
ARG DEBIAN_VERSION=bookworm-20250610-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"