Skip to content

Commit

Permalink
chore(deps): update all non-major docker images (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent d628f07 commit 89d4cb0
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 @@ -39,7 +39,7 @@ services:
OPENAPI_URL: "/openapi.json"

db:
image: postgres:15.3@sha256:8775adb39f0db45cf4cdb3601380312ee5e9c4f53af0f89b7dc5cd4c9a78e4e8
image: postgres:15.4@sha256:33c234a3fa0147070cd8697cddac925e543a218e5a2fc92758f6d5296eef3d22
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -58,7 +58,7 @@ services:
- "5433:5432"

test-db:
image: postgres:15.3@sha256:8775adb39f0db45cf4cdb3601380312ee5e9c4f53af0f89b7dc5cd4c9a78e4e8
image: postgres:15.4@sha256:33c234a3fa0147070cd8697cddac925e543a218e5a2fc92758f6d5296eef3d22
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -75,7 +75,7 @@ services:
- "5434:5432"

localstack:
image: localstack/localstack@sha256:487b5178d5e874feb9ac1cf22d41275dce3e30168def7b8676b757dc4455d42f
image: localstack/localstack@sha256:0d674df1cf44e0654d82839fd10d17e2aff0ba39c870db2c6db2f97ccfa678c8
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.3@sha256:8775adb39f0db45cf4cdb3601380312ee5e9c4f53af0f89b7dc5cd4c9a78e4e8
image: postgres:15.4@sha256:33c234a3fa0147070cd8697cddac925e543a218e5a2fc92758f6d5296eef3d22
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 89d4cb0

Please sign in to comment.