Compare commits

...

4 Commits

Author SHA1 Message Date
e7d36badd7 chore(deps): update dependency typescript to v5.7.3
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2025-01-14 18:32:17 +01:00
6a75868f4b chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.96.2 (#156)
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [quay.io/linuxserver.io/code-server](https://github.com/linuxserver/docker-code-server/packages) ([source](https://github.com/linuxserver/docker-code-server)) | final | minor | `4.95.3` -> `4.96.2` |

---

### 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.

🔕 **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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Reviewed-on: #156
Reviewed-by: OCram85 <marco.blessing@googlemail.com>
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2025-01-14 18:32:02 +01:00
51a3e2e6ba chore(deps): update oven/bun docker tag to v1.1.43 (#155)
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oven/bun](https://github.com/oven-sh/bun) | stage | patch | `1.1.38` -> `1.1.43` |

---

### 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.

🔕 **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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA1LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Reviewed-on: #155
Reviewed-by: OCram85 <marco.blessing@googlemail.com>
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2025-01-14 18:24:28 +01:00
a3b700ff09 chore(deps): update caddy docker tag to v2.9.1 (#158)
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | final | minor | `2.8.4-alpine` -> `2.9.1-alpine` |

---

### 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.

🔕 **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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->

Reviewed-on: #158
Reviewed-by: OCram85 <marco.blessing@googlemail.com>
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2025-01-14 18:18:45 +01:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/linuxserver.io/code-server:4.95.3 FROM quay.io/linuxserver.io/code-server:4.96.2
#LABEL build_version="" #LABEL build_version=""
LABEL maintainer="OCram85" LABEL maintainer="OCram85"

View File

@ -1,4 +1,4 @@
FROM oven/bun:1.1.38 AS builder FROM oven/bun:1.1.43 AS builder
ARG CI ARG CI
ARG CI_COMMIT_PULL_REQUEST ARG CI_COMMIT_PULL_REQUEST
@ -9,7 +9,7 @@ ENV NODE_ENV=production
RUN bun install --frozen-lockfile RUN bun install --frozen-lockfile
RUN bun run --vite docs:build RUN bun run --vite docs:build
FROM caddy:2.8.4-alpine AS prod FROM caddy:2.9.1-alpine AS prod
COPY --from=builder /app/docs/.vitepress/dist/ /arkanum-docs/ COPY --from=builder /app/docs/.vitepress/dist/ /arkanum-docs/
COPY Caddyfile /etc/caddy COPY Caddyfile /etc/caddy

BIN
bun.lockb

Binary file not shown.

View File

@ -13,7 +13,7 @@
"vitepress": "1.5.0" "vitepress": "1.5.0"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "5.7.2" "typescript": "5.7.3"
}, },
"scripts": { "scripts": {
"docs:clean": "rimraf docs/.vitepress/dist docs/.vitepress/dist", "docs:clean": "rimraf docs/.vitepress/dist docs/.vitepress/dist",