Skip to content

Commit

Permalink
chore: 🔧 bump tile38 image
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Mar 23, 2023
1 parent 116da95 commit b965dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3"
version: '3'

services:
tile38:
image: tile38/tile38:1.30.0
image: tile38/tile38:1.30.2
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.30.0
image: tile38/tile38:1.30.2
container_name: tile38-follower
command: >
/bin/sh -c 'mkdir -p tmp/data && \
Expand Down

0 comments on commit b965dfc

Please sign in to comment.