also update interop_http2 image

pull/6245/head
Jan Tattermusch 9 years ago
parent ac0f020ddc
commit 549da44e80
  1. 4
      tools/dockerfile/grpc_interop_http2/Dockerfile

@ -27,10 +27,10 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FROM golang:1.4
FROM golang:1.5
# Using login shell removes Go from path, so we add it.
RUN ln -s /usr/src/go/bin/go /usr/local/bin
RUN ln -s /usr/local/go/bin/go /usr/local/bin
# Define the default command.
CMD ["bash"]

Loading…
Cancel
Save