diff --git a/CHANGELOG.md b/CHANGELOG.md index f844b9e..6948975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # nf-core/tower-action: Changelog +## [[v3.2.3](https://github.com/nf-core/tower-action/releases/tag/v3.2.3)] - 2023-03-28 + +* Bumped tower-cli version `0.6.5` -> `0.7.3` + ## [[v3.2.2](https://github.com/nf-core/tower-action/releases/tag/v3.2.2)] - 2022-09-20 * Bumped tower-cli version `0.6.4` -> `0.6.5` diff --git a/Dockerfile b/Dockerfile index 517e1f0..2b4be13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -ARG TOWER_CLI_VERSION="0.6.5" +ARG TOWER_CLI_VERSION="0.7.3" # Install Tower CLI RUN apk add --no-cache curl ca-certificates