Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from nf-core/version7.3
Browse files Browse the repository at this point in the history
Version7.3
  • Loading branch information
ewels authored Mar 28, 2023
2 parents e585359 + d664b04 commit 44e0bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 44e0bf0

Please sign in to comment.