Skip to content

Commit 4d4e2dd

Browse files
authored
Merge branch 'main' into main
2 parents 1c8f9b4 + a69f6e1 commit 4d4e2dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Fixes # <issue_number_here>
3030
- [ ] I have performed a self-review of my own code or work.
3131
- [ ] I have commented my code, particularly in hard-to-understand areas.
3232
- [ ] My changes generates no new warnings.
33-
- [ ] My Pull Request title is in format <code>< issue name ></code> eg <code>Added links in the documentation</code>.
3433
- [ ] I have added tests that prove my fix is effective or that my feature works.
3534
- [ ] My changes have sufficient code coverage (unit, integration, e2e tests).
3635

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"image": "ethereum/solc:0.8.11-alpine"
5252
},
5353
"base": {
54-
"image": "alpine:3.19"
54+
"image": "alpine:3.19.7"
5555
}
5656
},
5757
"ui": {

0 commit comments

Comments
 (0)