Skip to content

Commit

Permalink
ci: bump ubuntu 19.04 images to 19.10
Browse files Browse the repository at this point in the history
Ubuntu 19.04 goes EOL this month.
  • Loading branch information
mati865 committed Jan 3, 2020
1 parent 4877e16 commit 66207ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu-debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:19.10

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

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

0 comments on commit 66207ae

Please sign in to comment.