Browse Source

Sync CI and Docker Compose image versions (#24053)

closed-social-glitch-2
Nick Schonning 1 year ago
committed by GitHub
parent
commit
4fa542f3c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions
  1. +1
    -1
      .devcontainer/docker-compose.yml
  2. +2
    -2
      .github/workflows/test-migrations-one-step.yml
  3. +2
    -2
      .github/workflows/test-migrations-two-step.yml
  4. +2
    -2
      .github/workflows/test-ruby.yml

+ 1
- 1
.devcontainer/docker-compose.yml View File

@ -41,7 +41,7 @@ services:
- internal_network
redis:
image: redis:6-alpine
image: redis:7-alpine
restart: unless-stopped
volumes:
- redis-data:/data

+ 2
- 2
.github/workflows/test-migrations-one-step.yml View File

@ -25,7 +25,7 @@ jobs:
services:
postgres:
image: postgres:14.5
image: postgres:14-alpine
env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
@ -38,7 +38,7 @@ jobs:
- 5432:5432
redis:
image: redis:7.0
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s

+ 2
- 2
.github/workflows/test-migrations-two-step.yml View File

@ -25,7 +25,7 @@ jobs:
services:
postgres:
image: postgres:14.5
image: postgres:14-alpine
env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
@ -37,7 +37,7 @@ jobs:
ports:
- 5432:5432
redis:
image: redis:7.0
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s

+ 2
- 2
.github/workflows/test-ruby.yml View File

@ -63,7 +63,7 @@ jobs:
services:
postgres:
image: postgres:14.5
image: postgres:14-alpine
env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
@ -76,7 +76,7 @@ jobs:
- 5432:5432
redis:
image: redis:7.0
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s

Loading…
Cancel
Save