From 598d2a2ad9e06f664022dceaf811caa66ca43552 Mon Sep 17 00:00:00 2001 From: Nicolas Derive Date: Mon, 24 Jun 2024 10:16:32 +0200 Subject: [PATCH] Update MOTIS to v0.12.8. --- 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 c3da060b..80c68f14 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.5/motis-linux-amd64.tar.bz2 + src: https://github.com/motis-project/motis/releases/download/v0.12.8/motis-linux-amd64.tar.bz2 dest: /opt/ remote_src: yes diff --git a/ci/container/Containerfile b/ci/container/Containerfile index ca98dd6f..8a6344e2 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.5 +ARG MOTIS_VERSION=v0.12.8 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 f50786a3..96da937a 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.5 +ARG MOTIS_VERSION=v0.12.8 ARG USERNAME=transitous ARG USER_UID=1000 ARG USER_GID=$USER_UID