Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix(deps): update minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 64689ca commit 3ee506a
Show file tree
Hide file tree
Showing 4 changed files with 857 additions and 856 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Label used to access the service container
postgres:
# Docker Hub image
image: postgres:15.1
image: postgres:15.2
# Provide the password for postgres
env:
POSTGRES_DB: oipie_tests
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push docker image
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.1
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:
postgres:
container_name: oipie-database
image: postgres:15.1
image: postgres:15.2
volumes:
- ./scripts/create-multiple-postgresql-databases.sh:/docker-entrypoint-initdb.d/99-oipie.sh
ports:
Expand Down
Loading

0 comments on commit 3ee506a

Please sign in to comment.