Skip to content

Commit 5aeebe4

Browse files
committed
updated hotfix to 2.0.5
1 parent 14131e7 commit 5aeebe4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ENV LOGOUT_REDIRECT_URL=
3030

3131
WORKDIR /opt/moirai
3232

33-
COPY --from=builder /opt/moirai/target/discordbot-2.0.4-SNAPSHOT.jar discordbot-2.0.4-SNAPSHOT.jar
33+
COPY --from=builder /opt/moirai/target/discordbot-2.0.5-SNAPSHOT.jar discordbot-2.0.5-SNAPSHOT.jar
3434

3535
EXPOSE 8080
3636
EXPOSE 8000
3737

38-
CMD ["java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000", "-jar", "/opt/moirai/discordbot-2.0.4-SNAPSHOT.jar"]
38+
CMD ["java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000", "-jar", "/opt/moirai/discordbot-2.0.5-SNAPSHOT.jar"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You need to have both yout Discord API Key and your OpenAI API key in hand to se
4343
6. Run the bot
4444
- Through the IDE of your choice
4545
- Through the console with Maven by running `mvn spring-boot:run` on the bot's root folder
46-
- Through the console by running the JAR file directly with `java -jar discordbot-2.0.4-SNAPSHOT.jar`
46+
- Through the console by running the JAR file directly with `java -jar discordbot-2.0.5-SNAPSHOT.jar`
4747

4848
### With Docker
4949
1. Clone the repo

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>me.moirai</groupId>
1616
<artifactId>discordbot</artifactId>
17-
<version>2.0.4-SNAPSHOT</version>
17+
<version>2.0.5-SNAPSHOT</version>
1818
<name>MoirAI</name>
1919
<description>Discord RPG bot</description>
2020

0 commit comments

Comments
 (0)