Skip to content

Commit

Permalink
Update MOTIS to v0.11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 28, 2024
1 parent e5c985a commit 6d702ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/motis/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ci/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d702ad

Please sign in to comment.