Updated Java version
bit / docker (push) Successful in 3m48s Details

This commit is contained in:
Marco Cetica 2024-04-05 11:06:30 +02:00
parent 8b2c6fe16f
commit 2d80e4fa8f
Signed by: marco
GPG Key ID: 45060A949E90D0FD
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ARG SPRING_DATASOURCE_PASSWORD="test"
RUN chmod +x mvnw && ./mvnw package
# RUN STAGE
FROM amazoncorretto:21 as run
FROM amazoncorretto:22 as run
# Configure working environment
VOLUME /tmp