Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit fd9644a

Browse files
authored
Fix JRE (#54)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent ef467ef commit fd9644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG JLS_VERSION=28662
22
ARG JLS_SHA256=6b3ce4bfc043985276bf6094ca5ed6aef1a1f305f6903725074f36634f3880ba
33

44
FROM crazymax/yasu:latest AS yasu
5-
FROM adoptopenjdk:15-jre-hotspot
5+
FROM adoptopenjdk:8-jre-hotspot
66

77
ENV JLS_PATH="/opt/jetbrains-license-server" \
88
TZ="UTC" \

0 commit comments

Comments
 (0)