Skip to content

Commit a0acbf5

Browse files
Revert ubuntu upgrade
1 parent d467ebb commit a0acbf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM ubuntu:jammy
1+
FROM ubuntu:focal
2+
# We need an older Ubuntu as github3 depends on < Python 3.10 to avoid errors
23

34
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
45
python3-pip \

0 commit comments

Comments
 (0)