From 32ba5ac66736f29092f66c68df36488c90509a4a Mon Sep 17 00:00:00 2001 From: Nicolas Derive Date: Mon, 19 Aug 2024 12:45:56 +0200 Subject: [PATCH] Update MOTIS to v0.12.12 --- 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 eeda2c9d..ec5aa6df 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.10/motis-linux-amd64.tar.bz2 + src: https://github.com/motis-project/motis/releases/download/v0.12.12/motis-linux-amd64.tar.bz2 dest: /opt/ remote_src: yes diff --git a/ci/container/Containerfile b/ci/container/Containerfile index 019519fb..7e50d3bc 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.10 +ARG MOTIS_VERSION=v0.12.12 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 c9b3d53a..d456a3f6 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.10 +ARG MOTIS_VERSION=v0.12.12 ARG USERNAME=transitous ARG USER_UID=1000 ARG USER_GID=$USER_UID