Skip to content

Commit

Permalink
Fix docker version (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit authored Jun 14, 2024
1 parent c94b8de commit b967075
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Change Log
==========

5.2.2
=====

* Fix docker version in awsf3 Dockerfile


5.2.1
=====

Expand Down
4 changes: 1 addition & 3 deletions awsf3-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM ubuntu:20.04
MAINTAINER Soo Lee ([email protected])


# general updates & installing necessary Linux components
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -50,7 +48,7 @@ RUN echo \
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null

RUN apt-get update
RUN apt-get --assume-yes install docker-ce
RUN apt-get --assume-yes install docker-ce=5:24.0.7-1~ubuntu.20.04~focal

# Singularity
RUN ARCH="$(dpkg --print-architecture)" && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tibanna"
version = "5.2.1"
version = "5.2.2"
description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b967075

Please sign in to comment.