1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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>
This commit is contained in:
Christy Perez 2015-12-16 17:56:28 -06:00
parent 905f3336b2
commit fab75bffb0
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 \