We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6bcc5 commit 236bd4eCopy full SHA for 236bd4e
Dockerfile
@@ -3,7 +3,7 @@ FROM eclipse-temurin:21-jre-alpine
3
RUN addgroup -S spring && adduser -S spring -G spring
4
USER spring:spring
5
6
-ARG JAR_FILE=build/libs/unipoll-1.0.0.jar
+ARG JAR_FILE=build/libs/unipoll-1.0.5.jar
7
COPY ${JAR_FILE} app.jar
8
9
EXPOSE 8080
build.gradle
@@ -5,7 +5,7 @@ plugins {
}
group = 'de.cwansart'
-version = '1.0.3'
+version = '1.0.5'
10
java {
11
toolchain {
0 commit comments