Skip to content

Commit

Permalink
Use focal images (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin authored Aug 22, 2023
1 parent 812663d commit ea27ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:focal

LABEL tailor="environment"

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = Configure test and PR jobs for a ROS distro.
long_description = file: README.md

[options]
python_requires = >=3.6
python_requires = >=3.8
install_requires =
Click ==8.1.3
Jinja2 ==3.1.2
Expand Down

0 comments on commit ea27ee2

Please sign in to comment.