Skip to content

Commit

Permalink
bump image version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-enebeli committed Feb 8, 2025
1 parent ebbabe9 commit be24b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: "3.8"

services:
server:
image: ${BLNK_IMAGE:-jerryenebeli/blnk:0.8.1}
image: ${BLNK_IMAGE:-jerryenebeli/blnk:0.8.2}
container_name: server
restart: on-failure
entrypoint: ["/bin/sh", "-c"]
Expand All @@ -36,7 +36,7 @@ services:
- ./blnk.json:/blnk.json

worker:
image: ${BLNK_IMAGE:-jerryenebeli/blnk:0.8.1}
image: ${BLNK_IMAGE:-jerryenebeli/blnk:0.8.2}
container_name: worker
restart: on-failure
entrypoint: ["blnk", "workers"]
Expand Down

0 comments on commit be24b9c

Please sign in to comment.