Skip to content

Commit

Permalink
[issue/#39] Use amazon corretto as Java runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Skert committed May 16, 2019
1 parent ccccd92 commit fd7fcf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sts-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adorsys/java:8
FROM amazoncorretto:8

WORKDIR /opt/
COPY ./target/sts-example.jar .
Expand Down
2 changes: 1 addition & 1 deletion sts-secret-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adorsys/java:8
FROM amazoncorretto:8

WORKDIR /opt/
COPY ./target/sts-secret-server.jar .
Expand Down
2 changes: 1 addition & 1 deletion sts-service-component-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adorsys/java:8
FROM amazoncorretto:8

WORKDIR /opt/
COPY ./target/sts-service-component-example.jar .
Expand Down

0 comments on commit fd7fcf2

Please sign in to comment.