Skip to content

Commit

Permalink
switch to openjdk
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 5, 2018
1 parent 56292b8 commit 4f5bab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion afterthedeadline/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM java:8-alpine
FROM openjdk:8-alpine
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion mars/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM java:8-alpine
FROM openjdk:8-alpine

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/3.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM java:8-alpine
FROM openjdk:8-alpine

ENV ZOOKEEPER_VERSION 3.4.12
ENV PATH $PATH:/opt/zookeeper/bin/
Expand Down

0 comments on commit 4f5bab0

Please sign in to comment.