From 6d702ad026921fec8bb39d63ad1fd1d943bccd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Wed, 28 Feb 2024 18:07:21 +0100 Subject: [PATCH] Update MOTIS to v0.11.21 --- ansible/roles/motis/tasks/main.yml | 2 +- ci/container/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/motis/tasks/main.yml b/ansible/roles/motis/tasks/main.yml index 4309b6b2..436d0d8e 100644 --- a/ansible/roles/motis/tasks/main.yml +++ b/ansible/roles/motis/tasks/main.yml @@ -8,7 +8,7 @@ - name: Unpack MOTIS unarchive: - src: https://github.com/motis-project/motis/releases/download/v0.11.20/motis-linux-amd64.tar.bz2 + src: https://github.com/motis-project/motis/releases/download/v0.11.21/motis-linux-amd64.tar.bz2 dest: /opt/ remote_src: yes diff --git a/ci/container/Containerfile b/ci/container/Containerfile index cfb59365..126365f5 100644 --- a/ci/container/Containerfile +++ b/ci/container/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/debian:bookworm-slim -ARG MOTIS_VERSION=v0.11.20 +ARG MOTIS_VERSION=v0.11.21 ARG USERNAME=transitous ARG USER_UID=1000 ARG USER_GID=$USER_UID