Skip to content

Commit

Permalink
chore: version up 1.1.1 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeKim042386 committed Aug 19, 2024
1 parent 91710b3 commit 822c2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM amazoncorretto:17
RUN mkdir -p deploy/imgs
WORKDIR /deploy
COPY ./build/libs/fresh-trash-backend-1.1.1.jar api.jar
COPY ./build/libs/fresh-trash-backend-1.1.2.jar api.jar
ENTRYPOINT ["java", "-jar", "/deploy/api.jar", "--spring.profiles.active=local", "--logging.level.root=error"]
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'freshtrash'
version = '1.1.1'
version = '1.1.2'

java {
sourceCompatibility = '17'
Expand Down

0 comments on commit 822c2cd

Please sign in to comment.