Skip to content

Commit 243123c

Browse files
authored
feat(loki): add 3.7.3 to the published tag matrix (#63)
CVE-2026-39822 (High) on loki-3.7 is fixed in 3.7.3-r1. Not yet present in the wolfi package feed as of this commit (tops out at 3.7.2-r3) - the pinned build for this tag will start resolving once wolfi publishes it, same as the other pinned patch versions in this matrix.
1 parent c723b1b commit 243123c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/loki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
strategy:
3131
matrix:
32-
version: [latest, "3.7", "3.7.2", "3.7.1", "3.6.10", "3.6.8"]
32+
version: [latest, "3.7", "3.7.3", "3.7.2", "3.7.1", "3.6.10", "3.6.8"]
3333
variant: [prod, shell]
3434
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || '' }}
3535
uses: './.github/workflows/release.yaml'

0 commit comments

Comments
 (0)