Skip to content

Commit caf4c5b

Browse files
Merge pull request #171 from Mark-Simulacrum/update-deps
Update deps
2 parents c9def4b + d467ebb commit caf4c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal
1+
FROM ubuntu:jammy
22

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

homu/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def fetch_rust_team(repo_label, level):
1414
return resp.json()["github_ids"]
1515
except requests.exceptions.RequestException as e:
1616
msg = "error while fetching " + url
17-
msg += " (try " + retry + "): " + str(e)
17+
msg += " (try " + str(retry) + "): " + str(e)
1818
print(msg)
1919
continue
2020
return []

0 commit comments

Comments
 (0)