File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ RUN apt-get update && apt-get install -y curl wget zip
4
4
5
5
RUN ARCH=$(dpkg --print-architecture) && \
6
6
if [ "$ARCH" = "amd64" ]; then \
7
- wget -O jre.zip https://github. com/supertokens/jre/raw/refs/heads/master/jre- 21.0.7 -linux.zip ; \
7
+ wget -O jre.zip https://builds.openlogic. com/downloadJDK/openlogic-openjdk/21.0.8+9/openlogic-openjdk- 21.0.8+9 -linux-x64.tar.gz ; \
8
8
elif [ "$ARCH" = "arm64" ]; then \
9
- wget -O jre.zip https://github. com/supertokens/jre/raw/refs/heads/master/jre- 21.0.7-linux-aarch .zip; \
9
+ wget -O jre.zip https://builds.openlogic. com/downloadJDK/openlogic-openjdk/21.0.8+9/openlogic-openjdk- 21.0.8+9-mac-x64 .zip; \
10
10
else \
11
11
echo "Unsupported architecture: $ARCH" && exit 1; \
12
12
fi
You can’t perform that action at this time.
0 commit comments