Skip to content

Commit

Permalink
Update Docker to use Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 7, 2024
1 parent d483d86 commit c8f434a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ image:build:
needs: []
tags:
- container-registry-push
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_BUILD_IMAGES == "1"'
# rules:
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
# - if: '$CI_BUILD_IMAGES == "1"'
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [ "" ]
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10
LABEL Pierre Augier <pierre.augier@univ-grenoble-alpes.fr>

RUN apt-get update
Expand Down

0 comments on commit c8f434a

Please sign in to comment.