Skip to content

Commit

Permalink
Feature #2421 Python 3.10.4 - update Dockerfiles (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe authored Mar 1, 2023
1 parent 5cf97b1 commit 9123ac0
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=v1.1
ARG MET_BASE_TAG=v2.0_debian10

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=v1.1
ARG MET_BASE_TAG=v2.0_debian10

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

0 comments on commit 9123ac0

Please sign in to comment.