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

Commit

Permalink
build(release): release 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Janilton Maciel committed Aug 16, 2019
1 parent b71f5db commit 2372c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
image: docker:stable-dind
privileged: true
fastlane-api:
image: heynemann/fastlane:2.2.3
image: heynemann/fastlane:2.2.4
ports:
- "10000:10000"
environment:
Expand All @@ -28,7 +28,7 @@ services:
- docker-host
command: poetry run fastlane api -vvv
fastlane-worker:
image: heynemann/fastlane:2.2.3
image: heynemann/fastlane:2.2.4
environment:
- DOCKER_HOSTS=[{"match":"","hosts":["docker-host:2375"],"maxRunning":2}]
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastlane"
version = "2.2.3"
version = "2.2.4"
description = "fastlane is a redis and docker based queueing service."
authors = ["Bernardo Heynemann <heynemann@gmail.com>"]

Expand Down

0 comments on commit 2372c98

Please sign in to comment.