Skip to content

Commit 0e73121

Browse files
Merge #353
353: Bump Ubuntu 14.04 to 16.04. r=Dylan-DPC a=reitermarkus Images started failing to build with Ubuntu 14.04. This is a breaking change, but the next version will be 0.2.0 in any case. This brings up the question whether we should just bump all images to use 18.04 so we can have a common base image for all of them. To keep supporting the oldest version is clearly not feasible in the long run since images will keep breaking. Co-authored-by: Markus Reiter <[email protected]>
2 parents 9ca1b8a + e5c0bda commit 0e73121

6 files changed

+6
-6
lines changed

docker/Dockerfile.aarch64-unknown-linux-gnu

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:16.04
22

33
COPY common.sh /
44
RUN /common.sh

docker/Dockerfile.arm-unknown-linux-gnueabi

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:16.04
22

33
COPY common.sh /
44
RUN /common.sh

docker/Dockerfile.arm-unknown-linux-gnueabihf

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:16.04
22

33
COPY common.sh /
44
RUN /common.sh

docker/Dockerfile.armv7-unknown-linux-gnueabihf

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:16.04
22

33
COPY common.sh /
44
RUN /common.sh

docker/Dockerfile.i686-unknown-linux-gnu

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:16.04
22

33
COPY common.sh /
44
RUN /common.sh

docker/Dockerfile.x86_64-unknown-linux-gnu

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:16.04
22

33
COPY common.sh /
44
RUN /common.sh

0 commit comments

Comments
 (0)