Skip to content

Commit

Permalink
try different java img
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish authored Sep 12, 2023
1 parent b656f8d commit b1d3a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/jre17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# SOFTWARE.
#

FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jre-jammy
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jre-focal

LABEL author="Matthew Penner" maintainer="[email protected]"

Expand All @@ -36,4 +36,4 @@ ENV USER=container HOME=/home/container
WORKDIR /home/container

COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
CMD ["/bin/bash", "/entrypoint.sh"]

0 comments on commit b1d3a81

Please sign in to comment.