Skip to content
Snippets Groups Projects
Verified Commit 6659175c authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Add Nextflow version 24.04.3

parent 5159e417
No related branches found
No related tags found
Loading
Pipeline #56338 passed
...@@ -37,7 +37,7 @@ build: ...@@ -37,7 +37,7 @@ build:
.build-container-job: .build-container-job:
stage: deploy stage: deploy
image: image:
name: gcr.io/kaniko-project/executor:v1.23.1-debug name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [ "" ] entrypoint: [ "" ]
dependencies: [ ] dependencies: [ ]
cache: [ ] cache: [ ]
......
...@@ -24,4 +24,5 @@ export enum NextflowVersion { ...@@ -24,4 +24,5 @@ export enum NextflowVersion {
_23_10_3 = '23.10.3', _23_10_3 = '23.10.3',
_24_04_1 = '24.04.1', _24_04_1 = '24.04.1',
_24_04_2 = '24.04.2', _24_04_2 = '24.04.2',
_24_04_3 = '24.04.3',
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment