1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-11 02:10:11 +01:00

Update Dockerfile-fat

This commit is contained in:
Anthony Stirling 2024-06-09 15:59:52 +01:00 committed by GitHub
parent 79b4377ac4
commit 3e21fb1ce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Build the application
FROM gradle:8.0-jdk17 AS build
FROM gradle:8.7-jdk17 AS build
# Set the working directory
WORKDIR /app