Skip to content

Commit 231deb0

Browse files
authored
Merge pull request #28 from wozniakjan/issue25/update_container_base_image
Change base image to centos:latest
2 parents 4452827 + a45e9ea commit 231deb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM centos:7.4.1708
1+
FROM centos:latest
22

33
# Copy nfsplugin from build _output directory
44
COPY bin/nfsplugin /nfsplugin
55

6-
RUN yum -y install nfs-utils && yum -y install epel-release && yum -y install jq && yum clean all
6+
RUN yum -y install nfs-utils epel-release jq && yum clean all
77

88
ENTRYPOINT ["/nfsplugin"]

0 commit comments

Comments
 (0)