File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get -y install \
9
9
libkrb5-dev \
10
10
libsasl2-modules-gssapi-mit \
11
11
wget
12
- RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.4.1. linux-amd64.tar.gz && tar xvf go1.4.1 .linux-amd64.tar.gz && mv go/ /opt)
12
+ RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.5. linux-amd64.tar.gz && tar xvf go1.5 .linux-amd64.tar.gz && mv go/ /opt)
13
13
ENV GOROOT="/opt/go"
14
14
15
15
ADD krb5.conf.template /tmp/krb5.conf.template
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apt-get -y install \
7
7
libsasl2-modules-gssapi-mit \
8
8
wget
9
9
10
- RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.4.1. linux-amd64.tar.gz && tar xvf go1.4.1 .linux-amd64.tar.gz && mv go/ /opt)
10
+ RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.5. linux-amd64.tar.gz && tar xvf go1.5 .linux-amd64.tar.gz && mv go/ /opt)
11
11
ENV GOROOT="/opt/go"
12
12
ADD krb5.keytab /opt/go-gssapi-test-service/krb5.keytab
13
13
ADD krb5.conf.template /tmp/krb5.conf.template
You can’t perform that action at this time.
0 commit comments