diff --git a/OLM_VERSION b/OLM_VERSION index 0a1ffad4b4..a3df0a6959 100644 --- a/OLM_VERSION +++ b/OLM_VERSION @@ -1 +1 @@ -0.7.4 +0.8.0 diff --git a/base.Dockerfile b/base.Dockerfile index aefb537bdd..3c33b5f828 100644 --- a/base.Dockerfile +++ b/base.Dockerfile @@ -7,8 +7,6 @@ ARG sshkey RUN mkdir -p ~/.ssh RUN apt-get install make git openssh-client gcc g++ -COPY Gopkg.toml Gopkg.lock Makefile ./ - RUN echo $sshkey | base64 -d > ~/.ssh/id_rsa \ && chmod 400 ~/.ssh/id_rsa \ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts \