Skip to content

Commit 859f302

Browse files
committed
version 2.2.6
1 parent 6767370 commit 859f302

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

databucket-docker-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV DB_PORT 3306
88
ENV DB_DATABASE databucket
99
ENV DB_USER databucket
1010
ENV DB_PASSWORD data1234!
11-
ENV JAR_NAME databucket-app-2.2.5.jar
11+
ENV JAR_NAME databucket-app-2.2.6.jar
1212

1313
RUN adduser spring --disabled-password --gecos ""
1414

databucket-docker-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV DB_PORT 3306
88
ENV DB_DATABASE databucket
99
ENV DB_USER databucket
1010
ENV DB_PASSWORD data1234!
11-
ENV JAR_NAME databucket-app-2.2.5.jar
11+
ENV JAR_NAME databucket-app-2.2.6.jar
1212

1313
RUN adduser spring --disabled-password --gecos ""
1414

0 commit comments

Comments
 (0)