Merge remote-tracking branch 'origin/master'
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 1m31s

This commit is contained in:
Lee 2024-08-15 13:59:19 +01:00
commit 3615ef4b92
2 changed files with 4 additions and 4 deletions

@ -11,7 +11,7 @@ COPY . .
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
# Stage 2: Create the final lightweight image
FROM eclipse-temurin:17.0.11_9-jre-focal
FROM eclipse-temurin:17.0.12_7-jre-focal
# Set the working directory
WORKDIR /home/container

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@ -99,7 +99,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
<version>7.11.0</version>
<version>7.14.0</version>
</dependency>
<dependency>
<groupId>io.mongock</groupId>
@ -172,7 +172,7 @@
<dependency>
<groupId>se.michaelthelin.spotify</groupId>
<artifactId>spotify-web-api-java</artifactId>
<version>8.4.0</version>
<version>8.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>