Skip to content

Commit b61e25b

Browse files
committed
chore(release): bump version to 0.8.0
also removes Gopkg references in base.Dockerfile
1 parent f8f7de9 commit b61e25b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

OLM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.4
1+
0.8.0

base.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ARG sshkey
77
RUN mkdir -p ~/.ssh
88
RUN apt-get install make git openssh-client gcc g++
99

10-
COPY Gopkg.toml Gopkg.lock Makefile ./
11-
1210
RUN echo $sshkey | base64 -d > ~/.ssh/id_rsa \
1311
&& chmod 400 ~/.ssh/id_rsa \
1412
&& ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts \

0 commit comments

Comments
 (0)