Skip to content

Commit

Permalink
bumped version to py 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Aug 23, 2024
1 parent 188e9bc commit 92195e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ LABEL org.opencontainers.image.licenses="MIT"

ARG REPO_NAME="https://github.com/ITISFoundation/osparc-simcore.git"
ARG BRANCH_NAME="master"
ARG COMMIT_SHA="71e5513b67b7050ef5f001583723537d13d4f9ad"
ARG COMMIT_SHA="fa2faadba926c3658c39ecfbf0eeeab69fa7c46e"
ARG CLONE_DIR="/osparc"
ARG PYTHON_VERSION="3.10.10"
ARG PYTHON_VERSION="3.11.9"
ARG DEBIAN_FRONTEND=noninteractive
ARG DOCKER_COMPOSE_VERSION="1.29.2"
ARG INSTALL_DIR="/package-install-dir"
Expand Down
15 changes: 15 additions & 0 deletions child-pipeline-gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

stages:
- info

no-further-action-required:
image: $CI_SERVICE_INTEGRATION_LIBRARY
tags:
stage: info
tags:
- DOCKER
- XSERVER
- GPU
- LINUX
script:
- echo "Nothing required updates. No builds scheduled."

0 comments on commit 92195e4

Please sign in to comment.