Skip to content

Commit 5dc583e

Browse files
chore(deps): update all non-major docker images
1 parent 62c7018 commit 5dc583e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- 3000
1515

1616
db:
17-
image: postgres:13.22@sha256:f8e950624f314c103c9f40d1ba24ee67f1b16b529b342420d851d9b9d52449c3
17+
image: postgres:13.23@sha256:4689940c683801b4ab839ab3b0a0a3555a5fe425371422310944e89eca7d8068
1818
environment:
1919
POSTGRES_USER: postgres
2020
POSTGRES_PASSWORD: chummy
@@ -30,7 +30,7 @@ services:
3030

3131
redis:
3232
restart: unless-stopped
33-
image: redis:latest@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
33+
image: redis:latest@sha256:43355efd22490e31ca14b9d569367d05121e2be61fd8e47937563ae2a80952ae
3434
ports:
3535
- "6379:6379"
3636
expose:

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Label used to access the service container
1212
postgres:
1313
# Docker Hub image
14-
image: postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
14+
image: postgres@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f
1515
env:
1616
POSTGRES_PASSWORD: postgres
1717
# Set health checks to wait until postgres has started
@@ -24,7 +24,7 @@ jobs:
2424
- 5432:5432
2525
redis:
2626
# Docker Hub image
27-
image: redis@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
27+
image: redis@sha256:43355efd22490e31ca14b9d569367d05121e2be61fd8e47937563ae2a80952ae
2828
options: >-
2929
--health-cmd "redis-cli ping"
3030
--health-interval 10s

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Label used to access the service container
1313
postgres:
1414
# Docker Hub image
15-
image: postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
15+
image: postgres@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f
1616
env:
1717
POSTGRES_PASSWORD: postgres
1818
# Set health checks to wait until postgres has started
@@ -25,7 +25,7 @@ jobs:
2525
- 5432:5432
2626
redis:
2727
# Docker Hub image
28-
image: redis@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
28+
image: redis@sha256:43355efd22490e31ca14b9d569367d05121e2be61fd8e47937563ae2a80952ae
2929
options: >-
3030
--health-cmd "redis-cli ping"
3131
--health-interval 10s

0 commit comments

Comments
 (0)