Update gcc from 5.2 to 5.3

gcc 5.3 is out, so let's use the new one!

Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
Upstream-commit: fab75bffb01486ca73edb5b72868929007cf7d40
Component: engine
This commit is contained in:
Christy Perez
2015-12-16 17:56:28 -06:00
parent 7c30c7ccac
commit 1429fb46b1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# docker build -t docker -f Dockerfile.gccgo .
#
FROM gcc:5.2
FROM gcc:5.3
# Packaged dependencies
RUN apt-get update && apt-get install -y \

View File

@ -6,7 +6,7 @@
# docker build -t docker -f Dockerfile.ppc64le .
#
FROM ppc64le/gcc:5.2
FROM ppc64le/gcc:5.3
# Packaged dependencies
RUN apt-get update && apt-get install -y \