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

Merge branch 'feature/141-add-nextflow-version-24-04-3' into 'main'

Resolve "Add Nextflow version 24.04.3"

Closes #141

See merge request !139
parents 5159e417 6659175c
No related branches found
No related tags found
1 merge request!139Resolve "Add Nextflow version 24.04.3"
......@@ -37,7 +37,7 @@ build:
.build-container-job:
stage: deploy
image:
name: gcr.io/kaniko-project/executor:v1.23.1-debug
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [ "" ]
dependencies: [ ]
cache: [ ]
......
......@@ -24,4 +24,5 @@ export enum NextflowVersion {
_23_10_3 = '23.10.3',
_24_04_1 = '24.04.1',
_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