Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Docker/build-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

ORG="quay.io/dtu_biosustain_dsp"
VERSION="v0.5.0"
VERSION="v0.5.1"

# 1. Build & push the base image (nextflow version)
docker buildx build \
Expand All @@ -17,4 +17,4 @@ docker buildx build \
--build-arg BASE_VERSION=${VERSION}-nextflow \
--push \
-t ${ORG}/vuegen:${VERSION}-docker \
-f docker.Dockerfile .
-f docker.Dockerfile .
2 changes: 1 addition & 1 deletion modules/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::vuegen=0.3.2
- bioconda::vuegen=0.5.1