Compare commits

2 Commits

Author SHA1 Message Date
Renovate Bot
6c07461db9 Update ghcr.io/renovatebot/renovate Docker tag to v38
All checks were successful
Generation data pour merge sur master / reviewProcess (pull_request) Successful in 1m49s
2024-09-30 00:01:17 +00:00
Renovate Bot
3cfea65a75 Update postgres Docker tag to v17
Some checks failed
Generation data pour merge sur master / reviewProcess (pull_request) Successful in 1m25s
Generation data pour merge sur master / generateData (pull_request) Successful in 2m41s
Generation data pour merge sur master / reviewProcess (push) Successful in 1m43s
renovate / renovate (push) Failing after 11s
2024-09-28 00:01:43 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:38.101.0 container: ghcr.io/renovatebot/renovate:38.101.1
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate

View File

@@ -1,6 +1,6 @@
services: services:
postgresql: postgresql:
image: postgres:16 image: postgres:17
ports: ports:
- "${DB_PORT:-5432}:5432" - "${DB_PORT:-5432}:5432"
volumes: volumes:

View File

@@ -1,6 +1,6 @@
services: services:
postgresql: postgresql:
image: postgres:16 image: postgres:17
ports: ports:
- "${DB_PORT:-5432}:5432" - "${DB_PORT:-5432}:5432"
volumes: volumes: