Skip to content

Commit

Permalink
chore(docker): Upgrade base image (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheleph authored and lwander committed Feb 8, 2018
1 parent 51d8090 commit 9bcde95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM java:8
FROM openjdk:8

MAINTAINER delivery-engineering@netflix.com

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.slim
@@ -1,4 +1,4 @@
FROM openjdk:8u111-jre-alpine
FROM openjdk:8-jre-alpine

MAINTAINER delivery-engineering@netflix.com

Expand Down

0 comments on commit 9bcde95

Please sign in to comment.