From 8c4fa870d222bb8d87cb33ba783cf0c815d38a6b Mon Sep 17 00:00:00 2001 From: Adam Martin Date: Fri, 9 Apr 2021 14:41:34 -0400 Subject: [PATCH] update to python 3.9.4 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index ebbcc56..c286b42 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: "3.9.2" + BASE_TAG: "3.9.4" # Docker image labels labels: -- GitLab