Skip to content

Commit 66207ae

Browse files
committed
ci: bump ubuntu 19.04 images to 19.10
Ubuntu 19.04 goes EOL this month.
1 parent 4877e16 commit 66207ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/x86_64-gnu-debug/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:19.04
1+
FROM ubuntu:19.10
22

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

src/ci/docker/x86_64-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:19.04
1+
FROM ubuntu:19.10
22

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

0 commit comments

Comments
 (0)