From 2af49f2ae477a36345e49b07c5d6a861b3e5f6ed Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 25 Jul 2026 09:55:45 -0500 Subject: [PATCH] Replace codeberg.org references with git.mcintire.me in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9c55e28..1863a5ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This file is based on these images: # # - https://hub.docker.com/r/hexpm/elixir/tags - for the build image -# - codeberg.org/gmcintire/prop-base - prebuilt runtime base (see Dockerfile.base) +# - git.mcintire.me/gmcintire/prop-base - prebuilt runtime base (see Dockerfile.base) # - Ex: docker.io/hexpm/elixir:1.19.5-erlang-28.4.1-debian-trixie-20260316-slim # ARG ELIXIR_VERSION=1.20.1 @@ -21,7 +21,7 @@ ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION # only when Dockerfile.base changes, so this Dockerfile pulls a # ready-made layer instead of recompiling wgrib2 + reinstalling cdo # (~10 min) on every push. -ARG BASE_IMAGE="codeberg.org/gmcintire/prop-base:latest" +ARG BASE_IMAGE="git.mcintire.me/gmcintire/prop-base:latest" # ---- Elixir build stage ---- FROM ${BUILDER_IMAGE} AS builder