Compare commits

..

8 commits

Author SHA1 Message Date
2f320e924e
chore: use alpine runner container
All checks were successful
container-scan / Container Scan (pull_request) Successful in 1m23s
docker-build / docker (pull_request) Successful in 4m1s
Use nodejs alpine as the container image to run the app in.
Also adds a shell into the container.

Fixes the problem with prisma not starting in the container because it was compiled for a different version of openssl 3.3.x
2025-05-19 16:58:22 +02:00
6bd4abb1ef chore(deps): update dependency @types/node to v22.15.19
All checks were successful
container-scan / Container Scan (push) Successful in 2m59s
docker-build / docker (push) Successful in 1m19s
2025-05-19 01:01:06 +00:00
6f8e50eb44 chore(deps): update gcr.io/distroless/nodejs22-debian12:nonroot docker digest to 595dcd8
All checks were successful
container-scan / Container Scan (push) Successful in 3m36s
docker-build / docker (push) Successful in 1m19s
2025-05-19 00:00:22 +00:00
100147f257 chore(deps): update dependency tw-animate-css to v1.3.0
All checks were successful
container-scan / Container Scan (push) Successful in 2m34s
docker-build / docker (push) Successful in 1m5s
2025-05-16 20:01:34 +00:00
6ca26e4f5b chore(deps): update dependency eslint to v9.27.0
All checks were successful
container-scan / Container Scan (push) Successful in 2m51s
docker-build / docker (push) Successful in 4m29s
2025-05-16 19:02:12 +00:00
6f0f9bd02a chore(deps): update gcr.io/distroless/nodejs22-debian12:nonroot docker digest to 92c2a6c
All checks were successful
container-scan / Container Scan (push) Successful in 1m50s
docker-build / docker (push) Successful in 4m26s
2025-05-16 18:00:36 +00:00
98f19cd398 chore(deps): update dependency prisma to v6.8.2
All checks were successful
container-scan / Container Scan (push) Successful in 2m44s
docker-build / docker (push) Successful in 4m45s
2025-05-16 17:00:51 +00:00
1e9712a2dc chore(deps): update ghcr.io/di0ik/forgejo_runner_container:main docker digest to c66a37d
All checks were successful
container-scan / Container Scan (push) Successful in 1m23s
docker-build / docker (push) Successful in 1m2s
2025-05-16 08:01:46 +00:00
4 changed files with 73 additions and 574 deletions

View file

@ -9,7 +9,7 @@ jobs:
name: Container Scan
runs-on: docker
container:
image: ghcr.io/di0ik/forgejo_runner_container:main@sha256:672aee9a5dfc35531db3a218ad9486eb5c5d7d9ac10bdcba13110470c10403ee
image: ghcr.io/di0ik/forgejo_runner_container:main@sha256:c66a37d9af18f8f0f34d16890082bc08d842d52ff2a2bc36d993e3d347b498ac
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

View file

@ -13,7 +13,7 @@ jobs:
docker:
runs-on: docker
container:
image: ghcr.io/di0ik/forgejo_runner_container:main@sha256:672aee9a5dfc35531db3a218ad9486eb5c5d7d9ac10bdcba13110470c10403ee
image: ghcr.io/di0ik/forgejo_runner_container:main@sha256:c66a37d9af18f8f0f34d16890082bc08d842d52ff2a2bc36d993e3d347b498ac
steps:
- name: Login to Docker Hub
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3

View file

@ -37,17 +37,17 @@
"devDependencies": {
"@eslint/eslintrc": "3.3.1",
"@tailwindcss/postcss": "4.1.7",
"@types/node": "22.15.18",
"@types/node": "22.15.19",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"eslint": "9.26.0",
"eslint": "9.27.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "10.1.5",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prisma": "6.8.1",
"prisma": "6.8.2",
"tailwindcss": "4.1.7",
"tw-animate-css": "1.2.9",
"tw-animate-css": "1.3.0",
"typescript": "5.8.3"
},
"packageManager": "yarn@4.9.1"

635
yarn.lock

File diff suppressed because it is too large Load diff