1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-07-18 23:36:24 +00:00

bump base build container image

This commit is contained in:
Ivan Mikushin 2015-10-01 23:33:20 +05:00
parent 4e3f4f8990
commit d59aef1f07

View File

@ -19,7 +19,7 @@ write_base()
mkdir -p $(dirname ${DOCKER_FILE})
cat > ${DOCKER_FILE} << EOF
FROM ${DOCKER_BASE:=ubuntu:14.04.2}
FROM ${DOCKER_BASE:=ubuntu:14.04.3}
ENV TERM xterm
WORKDIR /source
EOF