UNCLASSIFIED

Commit 78d89b3a authored by Michael Uranaka's avatar Michael Uranaka
Browse files

Merge branch 'upgrade-python' of...

Merge branch 'upgrade-python' of https://repo1.dso.mil/dsop/galvanize/galvanize/python-code-evaluator into upgrade-python
parents 7f5b4f85 9160e4df
Pipeline #240852 passed with stages
in 7 minutes and 27 seconds
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=opensource/python/python39
ARG BASE_TAG=3.9.4
ARG BASE_TAG=v3.9.4
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER 0
......@@ -28,4 +28,4 @@ USER 1001
HEALTHCHECK none
# Set the entrypoint.
ENTRYPOINT ["/app/get-job.sh"]
\ No newline at end of file
ENTRYPOINT ["/app/get-job.sh"]
......@@ -62,4 +62,4 @@ sed -i '' -e "s|$REDIS_PREV_URL|${AWS_BUCKET_URL}/redis-cli-${VERSION_NUMBER}.ta
echo "Removing dependency folder."
rm -rf $DEPENDENCY_FOLDER
echo "Done!"
\ No newline at end of file
echo "Done!"
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