Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: rqlite
version: "9.3.6"
version: "9.3.7"
epoch: 0 # GHSA-j5w8-q4qc-rx2x
description: The lightweight, distributed relational database built on SQLite
copyright:
Expand All @@ -18,7 +18,7 @@ pipeline:
with:
repository: https://github.com/rqlite/rqlite
tag: v${{package.version}}
expected-commit: f3c66dce6525932b7a807763feff03a9af86d371
expected-commit: 7a04de9434676b6e82d1b60c3c92f406cb2bf639

- runs: |
# docker-entrypoint.sh: update hardcoded docker entrypoint
Expand Down
Loading