Skip to content

Commit 2af453d

Browse files
authored
Merge pull request #188 from japaric/revert-182-lts-14.04
Revert "Update to 14.04 LTS."
2 parents 1475d1c + 6918a42 commit 2af453d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/armv7-unknown-linux-gnueabihf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:12.04
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \

docker/i686-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:12.04
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \

docker/x86_64-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:12.04
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)