Skip to content

Commit

Permalink
Correct sidekiq-cron version.
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegx committed May 10, 2023
1 parent 2baeedb commit 8387499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Docker Hub Repo: https://hub.docker.com/r/phlegx/sidekiq-web/
docker build \
--build-arg RUBY_VERSION=3.2.2-slim-buster \
--build-arg SIDEKIQ_VERSION=7.1.0 \
--build-arg SIDEKIQ_CRON_VERSION=1.10.0 \
--build-arg SIDEKIQ_CRON_VERSION=1.10.1 \
--build-arg PUMA_VERSION=6.2.2 \
-t sidekiq-web .
```
Expand Down

0 comments on commit 8387499

Please sign in to comment.