Skip to content

Commit 32ba5ac

Browse files
kalon33jbruechert
authored andcommitted
Update MOTIS to v0.12.12
1 parent f6cf1fb commit 32ba5ac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/roles/motis/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- name: Unpack MOTIS
1010
unarchive:
11-
src: https://github.com/motis-project/motis/releases/download/v0.12.10/motis-linux-amd64.tar.bz2
11+
src: https://github.com/motis-project/motis/releases/download/v0.12.12/motis-linux-amd64.tar.bz2
1212
dest: /opt/
1313
remote_src: yes
1414

ci/container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/
77

88
FROM docker.io/debian:bookworm-slim
99

10-
ARG MOTIS_VERSION=v0.12.10
10+
ARG MOTIS_VERSION=v0.12.12
1111

1212
RUN apt-get update -y && \
1313
apt-get install -y --no-install-recommends git python3-requests python3-jinja2 wget bzip2 rsync openssh-client && \

ci/container/Containerfile-devcontainer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/
66

77
FROM docker.io/debian:bookworm-slim
88

9-
ARG MOTIS_VERSION=v0.12.10
9+
ARG MOTIS_VERSION=v0.12.12
1010
ARG USERNAME=transitous
1111
ARG USER_UID=1000
1212
ARG USER_GID=$USER_UID

0 commit comments

Comments
 (0)