From ea36c371ddea952d91f4a8372ecc17d150939cf1 Mon Sep 17 00:00:00 2001 From: Adam Martin Date: Tue, 11 May 2021 22:05:17 -0400 Subject: [PATCH] bump to python v3.9.5 to update pip --- Dockerfile | 2 +- hardening_manifest.yaml | 24 ++---------------------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/Dockerfile b/Dockerfile index a8b0f01..84290d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/python/python39 -ARG BASE_TAG=latest +ARG BASE_TAG=v3.9.5 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 6e9c7eb..9aa96f6 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "opensource/python/python39" - BASE_TAG: "v3.9.4" + BASE_TAG: "v3.9.5" # Docker image labels labels: @@ -90,24 +90,4 @@ maintainers: name: "Adam Martin" # # The gitlab username of the current container owner username: "adam.martin" - cht_member: true - - - - - - -# Collecting truffleHog3 -# Downloading truffleHog3-2.0.4-py2.py3-none-any.whl (21 kB) -# Collecting jinja2==2.11.1 -# Downloading Jinja2-2.11.1-py2.py3-none-any.whl (126 kB) -# Collecting GitPython==3.1.0 -# Downloading GitPython-3.1.0-py3-none-any.whl (450 kB) -# Collecting PyYAML==5.3.1 -# Downloading PyYAML-5.3.1.tar.gz (269 kB) -# Collecting gitdb<5,>=4.0.1 -# Downloading gitdb-4.0.7-py3-none-any.whl (63 kB) -# Collecting MarkupSafe>=0.23 -# Downloading MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl (32 kB) -# Collecting smmap<5,>=3.0.1 -# Downloading smmap-4.0.0-py2.py3-none-any.whl (24 kB) \ No newline at end of file + cht_member: true \ No newline at end of file -- GitLab