Commit d11cad5 1 parent 3cc9d9b commit d11cad5 Copy full SHA for d11cad5
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM node:10-stretch-slim
1
+
2
+ FROM node:12-buster-slim
2
3
3
4
RUN mkdir -p /usr/share/man/man1 && apt-get update && \
4
5
apt-get install -y default-jdk wget && \
5
6
apt-get clean && rm -rf /var/lib/apt/lists/*
6
7
7
8
WORKDIR /app
8
- RUN wget https://repo1.maven.org/maven2/org/opentripplanner/otp/1.3 .0/otp-1.3 .0-shaded.jar
9
+ RUN wget https://repo1.maven.org/maven2/org/opentripplanner/otp/1.4 .0/otp-1.4 .0-shaded.jar
9
10
10
11
COPY ./ /app
11
12
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
cp -a /data/Graph.obj graphs/default
4
- java -Xmx8G -jar otp-1.3 .0-shaded.jar --basePath $PWD --autoScan --server --autoReload
4
+ java -Xmx8G -jar otp-1.4 .0-shaded.jar --basePath $PWD --autoScan --server --autoReload
You can’t perform that action at this time.
0 commit comments