fix(docker): correct BASE_IMAGE registry username gmcintire -> graham
This commit is contained in:
parent
845f23b093
commit
e1585cbdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue