Skip to content

Commit 359bd1f

Browse files
utkarshmani1997payes
authored andcommitted
fix(dockerfile): change baseimage of istgt (#186)
Signed-off-by: Utkarsh Mani Tripathi <[email protected]>
1 parent 68454b3 commit 359bd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This Dockerfile builds cstor istgt container running istgt from istgt base image
33
#
44

5-
FROM ubuntu:14.04
5+
FROM openebs/cstor-ubuntu:xenial-20181005
66
RUN apt-get update; exit 0
77
RUN apt-get -y install rsyslog
88
RUN apt-get -y install net-tools iputils-ping

0 commit comments

Comments
 (0)