Skip to content

Commit f0fdb74

Browse files
committed
improvement: OSIS-49-fix-CVE-2019-8457
We are moving away from openjdk as alpine is not supported now. The OpenJDK port for Alpine is not in a supported release by OpenJDK, since it is not in the mainline code base. It is only available as early access builds of OpenJDK Project Portola. docker-library/openjdk#235 (comment)
1 parent b39a3c5 commit f0fdb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COPY --chown=gradle:gradle . /home/gradle/src
33
WORKDIR /home/gradle/src
44
RUN gradle bootJar
55

6-
FROM openjdk:8-jdk-alpine AS build-image
6+
FROM amazoncorretto:8-alpine-jdk AS build-image
77
EXPOSE 8443
88
RUN apk add --no-cache bash
99
COPY --from=gradle-build /home/gradle/src/build/libs/osis-scality-*.jar /app/lib/app.jar

0 commit comments

Comments
 (0)