fix(grid-rs): use :latest tag for wgrib2 source image

The Elixir build workflow only pushes :${TAG} (timestamped) and :latest
— there is no :main tag. Switch to :latest to match what's actually
published.
This commit is contained in:
Graham McIntire 2026-04-19 16:02:47 -05:00
parent 862c0a915e
commit 6e64e0850b
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -6,7 +6,7 @@
# the already-published Elixir image.
#
# Runtime uid 65534 matches the fsGroup on the NFS scores mount.
ARG WGRIB2_IMAGE=git.mcintire.me/graham/prop:main
ARG WGRIB2_IMAGE=git.mcintire.me/graham/prop:latest
FROM ${WGRIB2_IMAGE} AS wgrib2-src