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 Mar 17, 2024
1 parent a2889e2 commit e6e4787
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.6@sha256:810596c20357dfa51c902516d1fb41339a06fce6828822c8424830a54e5d2cf6
image: postgres:15.6@sha256:ea40a028dd42740d6cff34135ff6b3119ff7ce0ed60120d992216456b5987fe7
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -53,7 +53,7 @@ services:
- "5433:5432"

test-db:
image: postgres:15.6@sha256:810596c20357dfa51c902516d1fb41339a06fce6828822c8424830a54e5d2cf6
image: postgres:15.6@sha256:ea40a028dd42740d6cff34135ff6b3119ff7ce0ed60120d992216456b5987fe7
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -70,7 +70,7 @@ services:
- "5434:5432"

localstack:
image: localstack/localstack@sha256:b1274edda0dcbf13a840b581f1927655226029298f6384a1b234194954f04f03
image: localstack/localstack@sha256:fbef30300ee04acadeda395ba4cebf48e8433cc43a4a91f61339b3428e8832fa
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.6@sha256:810596c20357dfa51c902516d1fb41339a06fce6828822c8424830a54e5d2cf6
image: postgres:15.6@sha256:ea40a028dd42740d6cff34135ff6b3119ff7ce0ed60120d992216456b5987fe7
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit e6e4787

Please sign in to comment.