Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Switch build env to ubuntu:14.04.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Mar 7, 2015
1 parent 1452332 commit 4b4bb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-common
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ write_base()
mkdir -p $(dirname ${DOCKER_FILE})

cat > ${DOCKER_FILE} << EOF
FROM ${DOCKER_BASE:=ubuntu:14.04.1}
FROM ${DOCKER_BASE:=ubuntu:14.04.2}
ENV TERM xterm
WORKDIR /source
CMD ["/source/scripts/install"]
Expand Down

0 comments on commit 4b4bb63

Please sign in to comment.