Skip to content

Commit

Permalink
fix: fix vulnerability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay committed Feb 29, 2024
1 parent c34cbd1 commit 25c30f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ FROM eclipse-temurin:17-jdk-alpine
# TODO remove the fix once a new version is released
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3

# fix CVE-2023-52425
RUN apk upgrade --no-cache libexpat

WORKDIR /app

RUN addgroup -S aidial --gid 1001 \
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
}
}

implementation("org.springframework.boot:spring-boot-starter-web:3.2.0")
implementation("org.springframework.boot:spring-boot-starter-web:3.2.3")

implementation("com.auth0:java-jwt:4.4.0")
implementation("com.auth0:jwks-rsa:0.22.1")
Expand Down

0 comments on commit 25c30f0

Please sign in to comment.