UNCLASSIFIED

Commit c12ee91a authored by Michael Uranaka's avatar Michael Uranaka Committed by Michael Simmons
Browse files

Update container to use latest python base image.

parent bc53b0b6
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=opensource/python/python39
ARG BASE_TAG=v3.9.4
ARG BASE_TAG=v3.9.5
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER 0
......
......@@ -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:
......@@ -38,7 +38,7 @@ resources:
filename: redis-cli.tar.gz
validation:
type: sha256
value: ff42bc97d2d23a3ef9adc6c58d96edc1c4da100315f6e9b8aed945b0639c63a6
value: 18e1ce8f3a0ecb96746b4540a6067b440f8f3e93b680392f8b13cee021e2cdc3
# List of project maintainers
maintainers:
......
......@@ -3,7 +3,7 @@
# Image Params.
BASE_REGISTRY=registry1.dso.mil
BASE_IMAGE=ironbank/opensource/python/python39
BASE_TAG=v3.9.4
BASE_TAG=v3.9.5
# This is the profile name in your aws credentials file.
DEPENDENCY_FOLDER=build_dependencies
......
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