Skip to content

Commit

Permalink
Update MOTIS to v0.12.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Derive authored and jbruechert committed Jun 24, 2024
1 parent 481b959 commit 598d2a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.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

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

0 comments on commit 598d2a2

Please sign in to comment.