Skip to content

Commit

Permalink
feat(quarkus): 🐛 Use graalvm 21 base image from oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Sep 22, 2023
1 parent d44c63a commit 36bf673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN curl https://repo1.maven.org/maven2/io/fabric8/run-java-sh/${RUN_JAVA_VERSIO


# FROM eclipse-temurin:11-jdk-alpine
FROM eclipse-temurin:21-jdk-alpine
FROM container-registry.oracle.com/graalvm/jdk:latest

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
RUN mkdir /deployments \
Expand Down

0 comments on commit 36bf673

Please sign in to comment.