mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

maximthomas
04.26.2025 3bcee9626f11f7d1cfa8875a407be70fc2e0a29b
Update Docker Alpine JDK to 11
1 files modified
2 ■■■ changed files
opendj-packages/opendj-docker/Dockerfile-alpine 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-docker/Dockerfile-alpine
@@ -25,7 +25,7 @@
RUN apk add --update --no-cache --virtual builddeps curl unzip \
 && apk upgrade --update --no-cache \
 && apk add bash openjdk8 \
 && apk add bash openjdk11 \
 && if [ -z "$VERSION" ] ; then VERSION="$(curl -i -o - --silent https://api.github.com/repos/OpenIdentityPlatform/OpenDJ/releases/latest | grep -m1 "\"name\"" | cut -d\" -f4)"; fi \
 && curl -L https://github.com/OpenIdentityPlatform/OpenDJ/releases/download/$VERSION/opendj-$VERSION.zip --output opendj-$VERSION.zip \
 && unzip opendj-$VERSION.zip \