Skip to content

Commit

Permalink
use fixed ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Apr 25, 2024
1 parent 2422a4a commit 35930be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:latest
FROM ubuntu:22.04


ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
botEmail: ${{ secrets.BOT_EMAIL }}
botGithubToken: ${{ secrets.GITHUB_TOKEN }}
enableReviewComment: true
installGoogleFont: Barlow
installGoogleFont: Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i
```

You must set `actions/checkout` before this step, to get source codes.
Expand Down

0 comments on commit 35930be

Please sign in to comment.