Skip to content

Commit ccb0b9e

Browse files
authored
chore(deps): update alpine docker tag to v3.23 (open-component-model#1904)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.19` → `3.23` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](..open-component-model/issues/331) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
1 parent 5f5c53f commit ccb0b9e

File tree

1 file changed

+1
-1
lines changed
  • conformance/scenarios/sovereign/components/notes

1 file changed

+1
-1
lines changed

conformance/scenarios/sovereign/components/notes/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN CMD_DIR=$(if [ "${VERSION}" = "1.0.0" ]; then echo "sovereign-notes-v1"; els
2323
-o sovereign-notes ./cmd/${CMD_DIR}
2424

2525
# Final stage
26-
FROM alpine:3.19
26+
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
2727

2828
# Install CA certificates and create non-root user
2929
RUN apk --no-cache add ca-certificates \

0 commit comments

Comments
 (0)