Skip to content

Commit

Permalink
chore(deps-dev): bump tile38 version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Mar 10, 2024
1 parent ab7c624 commit f003cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
tile38-leader:
image: tile38/tile38:1.31.0
image: tile38/tile38:1.32.2
container_name: tile38-leader
command: >
/bin/sh -c 'mkdir -p tmp/data && \
Expand All @@ -15,7 +15,7 @@ services:
# - 4321:4321

tile38-follower:
image: tile38/tile38:1.31.0
image: tile38/tile38:1.32.2
container_name: tile38-follower
command: >
/bin/sh -c 'mkdir -p tmp/data && \
Expand Down

0 comments on commit f003cfd

Please sign in to comment.