Skip to content

Update sqlite-web image tag to version 0.8.0 - #1521

Merged
aaronpowell merged 1 commit into
CommunityToolkit:mainfrom
DavidGarton8:sqlite_pin
Aug 13, 2026
Merged

Update sqlite-web image tag to version 0.8.0#1521
aaronpowell merged 1 commit into
CommunityToolkit:mainfrom
DavidGarton8:sqlite_pin

Conversation

@DavidGarton8

Copy link
Copy Markdown
Contributor

Closes #1518

Replaced the latest tag with a specific version for the coleifer/sqlite-web image to avoid issues related to changes in the latest tag.

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • New integration
    • Docs are written
    • Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Replaced the `latest` tag with a specific version for the `coleifer/sqlite-web` image to avoid issues related to changes in the latest tag.
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1521

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1521"

@aaronpowell
aaronpowell merged commit a066fd3 into CommunityToolkit:main Aug 13, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin sqlite-web image version in CommunityToolkit.Aspire.Hosting.Sqlite

3 participants