Skip to content

Commit b4780c9

Browse files
committed
chore: bump patronx to 1.2.0
1 parent e904d12 commit b4780c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

infra/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- "15672:15672"
5858

5959
patronx-worker:
60-
image: xdanielsb/patronx:1.1.0
60+
image: xdanielsb/patronx:1.2.0
6161
entrypoint: ["remoulade"]
6262
command: ["patronx.tasks"]
6363
restart: unless-stopped

infra/docker-compose.keycloak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
restart: unless-stopped
3434

3535
patronx-worker:
36-
image: xdanielsb/patronx:1.1.0
36+
image: xdanielsb/patronx:1.2.0
3737
entrypoint: ["remoulade"]
3838
command: ["patronx.tasks"]
3939
restart: unless-stopped

infra/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
restart: unless-stopped
132132

133133
patronx-worker:
134-
image: xdanielsb/patronx:1.1.0
134+
image: xdanielsb/patronx:1.2.0
135135
entrypoint: ["remoulade"]
136136
command: ["patronx.tasks"]
137137
restart: unless-stopped

0 commit comments

Comments
 (0)