Compare commits
5 commits
006e286d09
...
5d138ccec7
Author | SHA1 | Date | |
---|---|---|---|
5d138ccec7 | |||
7bbabc46f3 | |||
ba1415e8b0 | |||
f7c344faa6 | |||
910895ed82 |
3 changed files with 5 additions and 5 deletions
|
@ -10,9 +10,9 @@ jobs:
|
|||
image: "cimg/openjdk:23.0-node"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: "Cache Gradle dependencies"
|
||||
uses: https://github.com/actions/cache@v3
|
||||
uses: https://github.com/actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
|
|
@ -28,7 +28,7 @@ services:
|
|||
condition: service_healthy
|
||||
|
||||
keycloakdb_svr:
|
||||
image: postgres:14.2
|
||||
image: postgres:17.4
|
||||
volumes:
|
||||
- postgres_data_keycloak_db:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
@ -41,7 +41,7 @@ services:
|
|||
- "9433:5432"
|
||||
|
||||
postgres_db:
|
||||
image: postgres:16.4
|
||||
image: postgres:17.4
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
|
|
@ -7,7 +7,7 @@ volumes:
|
|||
services:
|
||||
postgres-employee:
|
||||
container_name: postgres_employee
|
||||
image: postgres:13.3
|
||||
image: postgres:17.4
|
||||
volumes:
|
||||
- employee_postgres_data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue