From a3d07d10fc7a06abf6b93340b28cf196beb17323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Sun, 31 Mar 2024 23:15:56 +0200 Subject: [PATCH] ci: Update MOTIS to v0.11.29 --- ci/container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/container/Containerfile b/ci/container/Containerfile index e6f96f85..13fa9493 100644 --- a/ci/container/Containerfile +++ b/ci/container/Containerfile @@ -7,7 +7,7 @@ RUN GOBIN=/usr/local/bin/ go install github.com/patrickbr/gtfstidy@25d4d6d1079a5 FROM docker.io/debian:bookworm-slim -ARG MOTIS_VERSION=v0.11.27 +ARG MOTIS_VERSION=v0.11.29 RUN apt-get update -y && \ apt-get install -y --no-install-recommends git python3-requests python3-jinja2 wget bzip2 rsync openssh-client && \