UNCLASSIFIED

Commit 9919f74c authored by WingKwan Lau's avatar WingKwan Lau
Browse files

Update Dockerfile

parent 70b5a36b
Pipeline #375503 passed with stages
in 8 minutes and 31 seconds
...@@ -6,7 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -6,7 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
# yum Update # yum Update
RUN yum update -y RUN yum update -y
RUN yum update --cve CVE-2021-23841
# Set necessary environment variables for python and python development environment # Set necessary environment variables for python and python development environment
ARG APP_ROOT=/opt/app-root ARG APP_ROOT=/opt/app-root
......
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