UNCLASSIFIED

Commit ea36c371 authored by Adam Martin's avatar Adam Martin
Browse files

bump to python v3.9.5 to update pip

parent 9403e7d5
Pipeline #256039 passed with stages
in 8 minutes and 7 seconds
ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/python/python39 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 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
......
...@@ -14,7 +14,7 @@ tags: ...@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "opensource/python/python39" BASE_IMAGE: "opensource/python/python39"
BASE_TAG: "v3.9.4" BASE_TAG: "v3.9.5"
# Docker image labels # Docker image labels
labels: labels:
...@@ -90,24 +90,4 @@ maintainers: ...@@ -90,24 +90,4 @@ maintainers:
name: "Adam Martin" name: "Adam Martin"
# # The gitlab username of the current container owner # # The gitlab username of the current container owner
username: "adam.martin" username: "adam.martin"
cht_member: true cht_member: true
\ No newline at end of file
# 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment