fix: bump Docker debian date suffix from 20260518 to 20260713

This commit is contained in:
Graham McInitre 2026-07-15 13:36:34 -05:00
parent d76c36d25f
commit ee2d94ce57
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#
ARG ELIXIR_VERSION=1.20.2
ARG OTP_VERSION=29.0.3
ARG DEBIAN_VERSION=trixie-20260518-slim
ARG DEBIAN_VERSION=trixie-20260713-slim
ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
# Prebuilt runtime base contains wgrib2 + cdo + gdal-bin + locale + the

View file

@ -14,7 +14,7 @@
# workflow rebuilds and re-tags `:latest`. The app Dockerfile follows
# `:latest`, so the next app push picks it up automatically.
ARG DEBIAN_VERSION=trixie-20260518-slim
ARG DEBIAN_VERSION=trixie-20260713-slim
ARG RUNNER_IMAGE="docker.io/debian:${DEBIAN_VERSION}"
# ---- wgrib2 build stage (cached independently inside this image) ----