Skip to content

Commit ea27ee2

Browse files
authored
Use focal images (#26)
1 parent 812663d commit ea27ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:bionic
1+
FROM ubuntu:focal
22

33
LABEL tailor="environment"
44

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = Configure test and PR jobs for a ROS distro.
1313
long_description = file: README.md
1414

1515
[options]
16-
python_requires = >=3.6
16+
python_requires = >=3.8
1717
install_requires =
1818
Click ==8.1.3
1919
Jinja2 ==3.1.2

0 commit comments

Comments
 (0)