Skip to content

Commit b92f5e1

Browse files
chore: bump docker image (#2800)
bump docker image
1 parent d39104e commit b92f5e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- --output=/data/output.mbtiles
3030
- --force=true
3131
valhalla-build:
32-
image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest
32+
image: ghcr.io/valhalla/valhalla-scripted:latest
3333
mem_limit: 50G
3434
memswap_limit: 50G
3535
cpu_shares: 512 # we don't want to gobble up all the CPU

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105
- ./map/download.sh:/map/download.sh:ro
106106
- ./map/valhalla.json:/map/valhalla.json:ro
107107
valhalla:
108-
image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest
108+
image: ghcr.io/valhalla/valhalla-scripted:latest
109109
restart: unless-stopped
110110
labels:
111111
- "traefik.enable=true"

0 commit comments

Comments
 (0)