Skip to content

Commit

Permalink
Update python version from 3.8 to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoSunVoyage committed Jul 22, 2021
1 parent 86db217 commit 3324239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push_to_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
fi
docker build docker/batch \
--build-arg RENKU_BASE="$DOCKER_NAME-py:3.8-$LABEL" \
--build-arg BASE_IMAGE="python:3.8-slim" \
--build-arg RENKU_BASE="$DOCKER_NAME-py:3.9-$LABEL" \
--build-arg BASE_IMAGE="python:3.9-slim" \
--tag $DOCKER_NAME-batch:$LABEL
docker push $DOCKER_NAME-batch:$LABEL
env:
Expand Down
2 changes: 1 addition & 1 deletion docker/batch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# define build arguments
ARG RENKU_BASE=renku/renkulab-py:latest
ARG BASE_IMAGE=python:3.8-slim
ARG BASE_IMAGE=python:3.9-slim

# define base images
FROM $RENKU_BASE as renku_base
Expand Down

0 comments on commit 3324239

Please sign in to comment.