Skip to content

Commit

Permalink
Add comment to the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay committed Nov 15, 2023
1 parent 7e3e353 commit 080b186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN gradle --no-daemon build --stacktrace -PdisableCompression=true
RUN mkdir /build && tar -xf /home/gradle/src/build/distributions/aidial-auth-helper-*.tar --strip-components=1 -C /build

FROM eclipse-temurin:17-jdk-alpine

# fix CVE-2023-5363
# TODO remove the fix once a new version is released
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3

WORKDIR /app
Expand Down

0 comments on commit 080b186

Please sign in to comment.