From 3ba349a5705adb1be9e5d324fb6728d812d0aeb7 Mon Sep 17 00:00:00 2001 From: paugier Date: Thu, 7 Nov 2024 14:57:28 +0100 Subject: [PATCH] Docker image Python 3.10 --- .gitlab-ci.yml | 6 +++--- docker/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20b6e9a..b85bcb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,9 +55,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: [ "" ] diff --git a/docker/Dockerfile b/docker/Dockerfile index 8ef3f09..e01a3ce 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10 LABEL Pierre Augier RUN apt-get update