From 0f988b07a26addfcca5149b6ac0567f59475151a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Thu, 8 Aug 2024 12:05:46 +0200 Subject: [PATCH] Update MOTIS to v0.12.10 (#442) --- ansible/roles/motis/tasks/main.yml | 2 +- ci/container/Containerfile | 2 +- ci/container/Containerfile-devcontainer | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/motis/tasks/main.yml b/ansible/roles/motis/tasks/main.yml index 5e103c65..eeda2c9d 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.12.9/motis-linux-amd64.tar.bz2 + src: https://github.com/motis-project/motis/releases/download/v0.12.10/motis-linux-amd64.tar.bz2 dest: /opt/ remote_src: yes diff --git a/ci/container/Containerfile b/ci/container/Containerfile index 0f9ef1c2..019519fb 100644 --- a/ci/container/Containerfile +++ b/ci/container/Containerfile @@ -7,7 +7,7 @@ RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/ FROM docker.io/debian:bookworm-slim -ARG MOTIS_VERSION=v0.12.9 +ARG MOTIS_VERSION=v0.12.10 RUN apt-get update -y && \ apt-get install -y --no-install-recommends git python3-requests python3-jinja2 wget bzip2 rsync openssh-client && \ diff --git a/ci/container/Containerfile-devcontainer b/ci/container/Containerfile-devcontainer index 0744db99..c9b3d53a 100644 --- a/ci/container/Containerfile-devcontainer +++ b/ci/container/Containerfile-devcontainer @@ -6,7 +6,7 @@ RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/ FROM docker.io/debian:bookworm-slim -ARG MOTIS_VERSION=v0.12.9 +ARG MOTIS_VERSION=v0.12.10 ARG USERNAME=transitous ARG USER_UID=1000 ARG USER_GID=$USER_UID