Skip to content

Commit

Permalink
Bump Talos in config and Dockerfile (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie authored Jul 8, 2024
1 parent ea94275 commit 3ed0f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ somalier = '0.2.15'
star = '2.7.10b'
strvctvre = 'v.1.10'
subread = '2.0.6'
talos = '4.1.0' # release to build, image names should have specific releases. Can build by naming side-branch
talos = '5.0.0' # release to build, image names should have specific releases. Can build by naming side-branch
trtools = '5.0.2'
vep_105 = '105.0'
vep_110 = 'release_110.1'
Expand Down
2 changes: 1 addition & 1 deletion images/talos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-bullseye

ARG VERSION=${VERSION:-4.1.0}
ARG VERSION=${VERSION:-5.0.0}

RUN apt update && apt install -y \
apt-transport-https \
Expand Down

0 comments on commit 3ed0f40

Please sign in to comment.