This commit is contained in:
Jesse Houldsworth 2025-11-19 15:10:41 -08:00
parent d6dbb6ad24
commit 35664db36b

View file

@ -1,5 +1,5 @@
# Use an official OpenJDK runtime as a parent image
FROM openjdk:17-jdk-slim
FROM eclipse-temurin:17-jdk-jammy
# Set the working directory inside the container
WORKDIR /app