1 Commits

Author SHA1 Message Date
3a32495a83 Update dependency node to v24
All checks were successful
lint-test-docker / docker-lint (pull_request) Successful in 10s
2025-10-31 23:03:05 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ jobs:
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
- name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true'

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun
postgresql:
image: docker.io/postgres:18.0-alpine3.21
image: docker.io/postgres:17.6-alpine3.21
container_name: gitea-postgres
env_file:
- .env