Skip to content

Commit

Permalink
Merge pull request #188 from japaric/revert-182-lts-14.04
Browse files Browse the repository at this point in the history
Revert "Update to 14.04 LTS."
  • Loading branch information
japaric authored Mar 28, 2018
2 parents 1475d1c + 6918a42 commit 2af453d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/armv7-unknown-linux-gnueabihf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:12.04

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion docker/i686-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:12.04

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion docker/x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:12.04

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 2af453d

Please sign in to comment.