Skip to content

Commit

Permalink
chore(deps): pin dependencies (#28778)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ghcr.io/onedr0p/cluster-template/devcontainer | final | pinDigest | ->
`cde0b11` |
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | pinDigest | -> `587f3d8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
  • Loading branch information
truecharts-admin authored Nov 4, 2024
1 parent 4f380d5 commit 85adb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "ClusterTool Cluster",
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC24",
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC24@sha256:587f3d84f6ba2f22b854c3749b96b78226ece359709d363821197ffc9e723f51",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
Expand Down
2 changes: 1 addition & 1 deletion containers/apps/devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint ignore=DL3007
FROM ghcr.io/onedr0p/cluster-template/devcontainer:latest
FROM ghcr.io/onedr0p/cluster-template/devcontainer:latest@sha256:cde0b1128fc417cd14017c9c2ee97f9daf7b3caac9cc5fdc53409ec0910f5f54

ARG VERSION
ARG CONTAINER_NAME
Expand Down

0 comments on commit 85adb6c

Please sign in to comment.