Skip to content

Commit a45e9ea

Browse files
committed
Change base image to centos:latest
1 parent 6c3e1fd commit a45e9ea

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)