From 24110f0382f6fc4a379af66188176ce2acb1deac Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Fri, 6 Sep 2024 12:23:06 +0200 Subject: [PATCH] Upgrade OTP version --- .otp-version | 2 +- infrastructure/docker/otp/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.otp-version b/.otp-version index 794268c0..33a7673e 100644 --- a/.otp-version +++ b/.otp-version @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: NOI Techpark # # SPDX-License-Identifier: CC0-1.0 -export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-08-28T18-30" \ No newline at end of file +export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-09-05T13-13 \ No newline at end of file diff --git a/infrastructure/docker/otp/Dockerfile b/infrastructure/docker/otp/Dockerfile index b91536ac..3dea1e1e 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 opentripplanner/opentripplanner:2.6.0_2024-08-28T18-30 +FROM opentripplanner/opentripplanner:2.6.0_2024-09-05T13-13 WORKDIR /var/otp