Skip to content

Commit

Permalink
chore(release): bump version to 0.8.0
Browse files Browse the repository at this point in the history
also removes Gopkg references in base.Dockerfile
  • Loading branch information
ecordell committed Nov 13, 2018
1 parent f8f7de9 commit b61e25b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion OLM_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.4
0.8.0
2 changes: 0 additions & 2 deletions base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b61e25b

Please sign in to comment.