From 53e33dd09886a5ecdf120c31efd0fb4afd0d19a7 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Fri, 21 Feb 2025 16:54:04 +0100 Subject: [PATCH] Upgrade OTP --- .otp-version | 2 +- infrastructure/docker/otp/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.otp-version b/.otp-version index ec52d577..975ea45e 100644 --- a/.otp-version +++ b/.otp-version @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: NOI Techpark # # SPDX-License-Identifier: CC0-1.0 -export OTP_IMAGE="lehrenfried/opentripplanner:siri-scheduled-stop-point" \ No newline at end of file +export OTP_IMAGE="opentripplanner/opentripplanner:2.7.0_2025-02-21T08-35" \ No newline at end of file diff --git a/infrastructure/docker/otp/Dockerfile b/infrastructure/docker/otp/Dockerfile index 2987e045..48540dea 100644 --- a/infrastructure/docker/otp/Dockerfile +++ b/infrastructure/docker/otp/Dockerfile @@ -1,5 +1,5 @@ # Simon, do you know how we could use the value from .otp-version here? -FROM lehrenfried/opentripplanner:siri-scheduled-stop-point +FROM opentripplanner/opentripplanner:2.7.0_2025-02-21T08-35 WORKDIR /var/otp