Skip to content

Commit

Permalink
update zookeeper
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 15, 2020
1 parent 3c7a823 commit dc80486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consul/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12 as builder
FROM golang:latest as builder
MAINTAINER Jessica Frazelle <[email protected]>

ENV PATH /go/bin:/usr/local/go/bin:$PATH
Expand Down
3 changes: 2 additions & 1 deletion powershell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN cd /usr/src \
&& dpkg -i /tmp/powershell.deb \
&& ln -snf "/opt/microsoft/powershell/7/pwsh" /usr/bin/pwsh \
&& apt-get install -fy \
&& rm -rf /var/lib/apt/lists/* /usr/src/* /tmp/powershell.deb
&& rm -rf /var/lib/apt/lists/* /usr/src/* /tmp/powershell.deb \
&& which pwsh

ENTRYPOINT [ "/usr/bin/pwsh" ]
2 changes: 1 addition & 1 deletion zookeeper/3.5/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.5.5
ENV PATH $PATH:/opt/zookeeper/bin/
Expand Down

0 comments on commit dc80486

Please sign in to comment.