diff --git a/infrastructure/docker/amarillo/Dockerfile b/infrastructure/docker/amarillo/Dockerfile index 28d0765d..129ac7fd 100644 --- a/infrastructure/docker/amarillo/Dockerfile +++ b/infrastructure/docker/amarillo/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mfdz/amarillo:1.0 +FROM ghcr.io/noi-techpark/amarillo:main # Currently, we don't download gtfs, as we assume it's mounted at /data/latestGTFS.zip # RUN apt-get update && apt-get install -y wget zip && rm -r /var/lib/apt/lists/*