Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rqlite/8.34.1 package update #34175

Merged
merged 1 commit into from
Nov 14, 2024
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
rqlite/8.34.1 package update
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
  • Loading branch information
wolfi-bot committed Nov 14, 2024
commit c57a6eea6386614164303bc0dfaa6fce06e36f8f
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: 8.34.0
version: 8.34.1
epoch: 0
description: The lightweight, distributed relational database built on SQLite
copyright:
Expand All @@ -19,7 +19,7 @@ pipeline:
with:
repository: https://github.com/rqlite/rqlite
tag: v${{package.version}}
expected-commit: 10701214884dad09128b5c9b530e9af63fa84847
expected-commit: 8cea072605b6accbfc1607553011d33ef7bb6f87

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