Skip to content

Commit

Permalink
Try experimental devenv 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Feb 17, 2024
1 parent 117e945 commit 2276101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack/gear/church/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ RUN install -m 0755 -d /etc/apt/keyrings \
docker-compose-plugin \
&& rm -rf /var/lib/apt/lists/*

ENV JAVA_HOME=/usr/local/openjdk-23
ENV JAVA_HOME=/usr/local/openjdk-22
ENV MAVEN_HOME=/usr/share/maven
ENV PATH=${MAVEN_HOME}/bin:${JAVA_HOME}/bin:${PATH}

COPY --from=openjdk:23-jdk-bullseye ${JAVA_HOME} ${JAVA_HOME}
COPY --from=openjdk:22-jdk-bullseye ${JAVA_HOME} ${JAVA_HOME}
COPY --from=maven:3.9.6-eclipse-temurin-21 ${MAVEN_HOME} ${MAVEN_HOME}

COPY requirements.txt .
Expand Down

0 comments on commit 2276101

Please sign in to comment.