From beb9031ff35e635518cce8f7c8db399a9033526b Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 1 Sep 2023 14:09:19 -0600 Subject: [PATCH] Per #2669, test the compilation with the v2.1_debian12 met-base image --- internal/scripts/docker/Dockerfile.copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/scripts/docker/Dockerfile.copy b/internal/scripts/docker/Dockerfile.copy index a10934f5b2..bcd6e4a3db 100644 --- a/internal/scripts/docker/Dockerfile.copy +++ b/internal/scripts/docker/Dockerfile.copy @@ -1,5 +1,5 @@ ARG MET_BASE_REPO=met-base-unit-test -ARG MET_BASE_TAG=v2.1 +ARG MET_BASE_TAG=v2.1_debian12 FROM dtcenter/${MET_BASE_REPO}:${MET_BASE_TAG} MAINTAINER John Halley Gotway