update base image in Dockerfile

As we have the octopus as the latest
release base image,this PR updates the
base image in Dockerfile

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-03-30 14:49:24 +05:30 committed by mergify[bot]
parent 3c3a624d1a
commit c629c3bf52
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ceph/ceph:v14.2
FROM ceph/ceph:v15
LABEL maintainers="Ceph-CSI Authors"
LABEL description="Ceph-CSI Plugin"

View File

@ -1,4 +1,4 @@
FROM ceph/ceph:v14
FROM ceph/ceph:v15
ENV GOPATH=/go