Skip to content

Commit

Permalink
chore(deps): update all non-major docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 9613607 commit bb0d961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
OPENAPI_URL: "/openapi.json"

db:
image: postgres:15.5@sha256:bec340fb35711dd4a989146591b6adfaac53e6b0c02524ff956c43b054d117dd
image: postgres:15.5@sha256:7415b9cc4d7f50194a4b7b2314ff2be0e6bcba82ebfd478991c2d846d2b8af78
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -53,7 +53,7 @@ services:
- "5433:5432"

test-db:
image: postgres:15.5@sha256:bec340fb35711dd4a989146591b6adfaac53e6b0c02524ff956c43b054d117dd
image: postgres:15.5@sha256:7415b9cc4d7f50194a4b7b2314ff2be0e6bcba82ebfd478991c2d846d2b8af78
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -70,7 +70,7 @@ services:
- "5434:5432"

localstack:
image: localstack/localstack@sha256:a57b0077f5a37bad3fb52030622f1506169d4130b87366d25825b5d3de071670
image: localstack/localstack@sha256:272b5f6b9df3ddeea21a9d117cadf985f8c30d4985ed1bb365cffc3b8c5a5e47
hostname: localstack
volumes:
- "./data:/tmp/localstack"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15.5@sha256:bec340fb35711dd4a989146591b6adfaac53e6b0c02524ff956c43b054d117dd
image: postgres:15.5@sha256:7415b9cc4d7f50194a4b7b2314ff2be0e6bcba82ebfd478991c2d846d2b8af78
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit bb0d961

Please sign in to comment.