Skip to content

Commit

Permalink
Merge pull request #96 from Financial-Times/feature/uppsf-3211_upgrad…
Browse files Browse the repository at this point in the history
…e_dockerfile_image

Feature/uppsf 3211 upgrade dockerfile image
  • Loading branch information
martin-stanchev committed Jun 9, 2022
2 parents e908053 + 3e1c8e9 commit 23cc9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apk --update add git maven curl \
&& rm -rf /var/cache/apk/* \
&& rm -rf $MAVEN_HOME/*

FROM openjdk:8u212-jdk-alpine3.9
FROM openjdk:8u332-jre-slim
COPY --from=0 /api-policy-component-service.jar /api-policy-component-service.jar
COPY --from=0 /config.yml /config.yml

Expand Down

0 comments on commit 23cc9e6

Please sign in to comment.