Skip to content

Commit

Permalink
chore: 🔧 bump tile38 for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Dec 13, 2022
1 parent dafdde8 commit f4567d7
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:
image: tile38/tile38:1.28.0
image: tile38/tile38:1.30.0
container_name: tile38
command: >
/bin/sh -c 'mkdir -p tmp/data && \
Expand All @@ -13,7 +13,7 @@ services:
- 9851:9851

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

0 comments on commit f4567d7

Please sign in to comment.