diff --git a/Dockerfile b/Dockerfile index 8e78b0a4..df90f6c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG BUILDER_IMAGE="git.mcintire.me/graham/elixir-base:latest" # Prebuilt runtime base contains wgrib2 + cdo + gdal-bin + locale + the # BEAM runtime apt deps. -ARG BASE_IMAGE="git.mcintire.me/gmcintire/prop-base:latest" +ARG BASE_IMAGE="git.mcintire.me/graham/prop-base:latest" # ---- Elixir build stage ---- FROM ${BUILDER_IMAGE} AS builder