Skip to content

Commit 236bd4e

Browse files
authored
update version to 1.0.5
1 parent 2f6bcc5 commit 236bd4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM eclipse-temurin:21-jre-alpine
33
RUN addgroup -S spring && adduser -S spring -G spring
44
USER spring:spring
55

6-
ARG JAR_FILE=build/libs/unipoll-1.0.0.jar
6+
ARG JAR_FILE=build/libs/unipoll-1.0.5.jar
77
COPY ${JAR_FILE} app.jar
88

99
EXPOSE 8080

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'de.cwansart'
8-
version = '1.0.3'
8+
version = '1.0.5'
99

1010
java {
1111
toolchain {

0 commit comments

Comments
 (0)