Skip to content

Commit 7a4a040

Browse files
authored
Merge pull request #7 from databucket/new_app_version
version 2.2.6
2 parents 910882a + 859f302 commit 7a4a040

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)