Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot
fb77cb5aa3 chore(deps): update postgres to v18.3
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/promote/production Build is passing
2026-03-03 14:30:48 +01:00
70d574813c Merge pull request 'chore(deps): update renovate/renovate docker tag to v42.99' (#455) from renovate/renovate-renovate-42.x into main
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #455
2026-03-03 14:30:05 +01:00
Renovate Bot
30b61718a7 chore(deps): update renovate/renovate docker tag to v42.99
Some checks reported errors
continuous-integration/drone/push Build was killed
2026-03-03 14:29:45 +01:00
3 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ name: check-fast
services: services:
- name: postgres - name: postgres
image: docker.io/library/postgres:18.1 image: docker.io/library/postgres:18.3
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
@ -57,7 +57,7 @@ steps:
- mix gettext.extract --check-up-to-date - mix gettext.extract --check-up-to-date
- name: wait_for_postgres - name: wait_for_postgres
image: docker.io/library/postgres:18.1 image: docker.io/library/postgres:18.3
commands: commands:
# Wait for postgres to become available # Wait for postgres to become available
- | - |
@ -109,7 +109,7 @@ name: check-full
services: services:
- name: postgres - name: postgres
image: docker.io/library/postgres:18.1 image: docker.io/library/postgres:18.3
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
@ -164,7 +164,7 @@ steps:
- mix gettext.extract --check-up-to-date - mix gettext.extract --check-up-to-date
- name: wait_for_postgres - name: wait_for_postgres
image: docker.io/library/postgres:18.1 image: docker.io/library/postgres:18.3
commands: commands:
# Wait for postgres to become available # Wait for postgres to become available
- | - |
@ -273,7 +273,7 @@ environment:
steps: steps:
- name: renovate - name: renovate
image: renovate/renovate:42.97 image: renovate/renovate:42.99
environment: environment:
RENOVATE_CONFIG_FILE: "renovate_backend_config.js" RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
RENOVATE_TOKEN: RENOVATE_TOKEN:

View file

@ -33,7 +33,7 @@ services:
restart: unless-stopped restart: unless-stopped
db-prod: db-prod:
image: postgres:18.1-alpine image: postgres:18.3-alpine
container_name: mv-prod-db container_name: mv-prod-db
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres

View file

@ -4,7 +4,7 @@ networks:
services: services:
db: db:
image: postgres:18.1-alpine image: postgres:18.3-alpine
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres