Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 25663fc commit b46aefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation("pw.chew:jda-chewtils-command:2.0-SNAPSHOT")

// Sentry.io integration
implementation("io.sentry:sentry:6.31.0")
implementation("io.sentry:sentry:6.32.0")

// ORMLite
implementation("com.j256.ormlite:ormlite-core:6.1")
Expand Down
2 changes: 1 addition & 1 deletion docker/java21.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app/
COPY .. /app/
RUN gradle clean shadowJar

FROM amazoncorretto:21-alpine
FROM amazoncorretto:21.0.1-alpine
LABEL org.label-schema.name="eternalcode/discordofficer"
LABEL org.label-schema.description="EternalCode DiscordOfficer official image"
LABEL org.label-schema.url="http://eternalcode.pl/"
Expand Down

0 comments on commit b46aefe

Please sign in to comment.