diff --git a/ocis/docker/eos-ocis/Dockerfile b/ocis/docker/eos-ocis/Dockerfile index 693fbea1ea..0ebb60fd9b 100644 --- a/ocis/docker/eos-ocis/Dockerfile +++ b/ocis/docker/eos-ocis/Dockerfile @@ -11,7 +11,7 @@ RUN rpm --rebuilddb && yum -y install \ git RUN wget -q https://dl.google.com/go/go1.17.2.linux-amd64.tar.gz RUN mkdir -p /usr/local/bin -RUN tar xf go1.16.2.linux-amd64.tar.gz -C /usr/local +RUN tar xf go1.17.2.linux-amd64.tar.gz -C /usr/local RUN ln -s /usr/local/go/bin/* /usr/local/bin RUN git clone https://github.com/owncloud/ocis.git RUN cd ocis && git checkout ${BRANCH}