Skip to content

Commit 3ba349a

Browse files
committed
Docker image Python 3.10
1 parent 25f51ee commit 3ba349a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ image:build:
5555
needs: []
5656
tags:
5757
- container-registry-push
58-
rules:
59-
- if: '$CI_PIPELINE_SOURCE == "schedule"'
60-
- if: '$CI_BUILD_IMAGES == "1"'
58+
# rules:
59+
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
60+
# - if: '$CI_BUILD_IMAGES == "1"'
6161
image:
6262
name: gcr.io/kaniko-project/executor:debug
6363
entrypoint: [ "" ]

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.10
22
LABEL Pierre Augier <[email protected]>
33

44
RUN apt-get update

0 commit comments

Comments
 (0)