This commit is contained in:
Lee 2024-06-24 15:51:21 +01:00
parent cc4449c5f4
commit 39cdab27ce
2 changed files with 2 additions and 2 deletions

@ -11,7 +11,7 @@ COPY . .
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
# Stage 2: Create the final lightweight image
FROM eclipse-temurin:21-jdk-alpine
FROM eclipse-temurin:17.0.11_9-jre-focal
# Set the working directory
WORKDIR /home/container

@ -16,7 +16,7 @@
<description>Bat Bot for Discord</description>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>
<build>