Skip to content

Commit

Permalink
Merge pull request #28 from Stavrospanakakis/Bump-v1.0.2
Browse files Browse the repository at this point in the history
Bump to v1.0.2
  • Loading branch information
Stavrospanakakis committed May 2, 2024
2 parents 8bdc14b + 9b6cea6 commit 05ecc8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "is_ready"
version = "1.0.1"
version = "1.0.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Example using the Docker Image:

```Dockerfile
# Set the version you want to download
ARG IS_READY_VERSION=1.0.1
ARG IS_READY_VERSION=1.0.2
FROM ghcr.io/stavrospanakakis/is_ready:$IS_READY_VERSION AS is_ready

FROM alpine:3.19
Expand All @@ -77,7 +77,7 @@ FROM alpine:3.19
RUN apk add --no-cache curl

# Set the version you want to download
ENV IS_READY_VERSION=v1.0.1
ENV IS_READY_VERSION=v1.0.2

# Download the binary
RUN curl -L https://github.com/Stavrospanakakis/is_ready/releases/download/${IS_READY_VERSION}/is_ready_${IS_READY_VERSION}_x86_64-unknown-linux-musl.tar.gz | tar xzf - -C /usr/local/bin
Expand All @@ -104,9 +104,9 @@ services:
[`ghcr.io/stavrospanakakis/is_ready`](https://github.com/Stavrospanakakis/is_ready/pkgs/container/is_ready) image from GitHub Container Registry.

```
$ VERSION=1.0.1
$ VERSION=1.0.2
$ docker run --rm ghcr.io/stavrospanakakis/is_ready:$VERSION --version
is_ready 1.0.1
is_ready 1.0.2
```

## License
Expand Down

0 comments on commit 05ecc8f

Please sign in to comment.