Skip to content

Commit

Permalink
Install script version bump (0.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-speller committed Apr 11, 2023
1 parent a75b771 commit ea5a7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A specific version can be installed by executing the following command:

```sh
# Replace the version number with the desired version tag
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.5/atone-install.sh | sh
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.7/atone-install.sh | sh
```

# How to use
Expand Down
2 changes: 1 addition & 1 deletion sample/docker-release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# install atone
ENV ATONE_VERSION=0.0.4
ENV ATONE_VERSION=0.0.7
ARG ATONE_INSTALL_URL="https://github.com/rodrigo-speller/atone/releases/download/v$ATONE_VERSION/atone-install.sh"
RUN curl -sSL $ATONE_INSTALL_URL | bash /dev/stdin

Expand Down
2 changes: 1 addition & 1 deletion scripts/atone-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -e

install() {
ATONE_VERSION=0.0.6
ATONE_VERSION=0.0.7
ATONE_BASE_URL="https://github.com/rodrigo-speller/atone/releases/download/v${ATONE_VERSION}"

ATONE_TEMP=$(mktemp -d)
Expand Down

0 comments on commit ea5a7b2

Please sign in to comment.