Skip to content

Commit e6b41e6

Browse files
committed
add jdk instead of jre
1 parent dbe8efe commit e6b41e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ RUN apt-get update && apt-get install -y curl wget zip
44

55
RUN ARCH=$(dpkg --print-architecture) && \
66
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; \
88
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; \
1010
else \
1111
echo "Unsupported architecture: $ARCH" && exit 1; \
1212
fi

0 commit comments

Comments
 (0)