Skip to content

Commit

Permalink
Per #2550, update the MET Dockerfiles to build from METbaseimage vers…
Browse files Browse the repository at this point in the history
…ion 3.1 to include the yaml Python package.
  • Loading branch information
JohnHalleyGotway committed Nov 7, 2023
1 parent 4e08f20 commit 0bde3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MET_BASE_REPO=met-base
ARG MET_BASE_TAG=v3.0
ARG MET_BASE_TAG=v3.1

FROM dtcenter/${MET_BASE_REPO}:${MET_BASE_TAG}
MAINTAINER John Halley Gotway <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion internal/scripts/docker/Dockerfile.copy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MET_BASE_REPO=met-base-unit-test
ARG MET_BASE_TAG=v3.0
ARG MET_BASE_TAG=v3.1

FROM dtcenter/${MET_BASE_REPO}:${MET_BASE_TAG}
MAINTAINER John Halley Gotway <[email protected]>
Expand Down

0 comments on commit 0bde3c2

Please sign in to comment.