Skip to content
Snippets Groups Projects
Commit 549da44e authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

also update interop_http2 image

parent ac0f020d
No related branches found
No related tags found
No related merge requests found
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # 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. # 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. # Define the default command.
CMD ["bash"] CMD ["bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment