mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-04 15:21:05 +01:00
Merge pull request #2570 from semaphoreui/renovate/postgres-12.x
chore(deps): update postgres docker tag to v12.22
This commit is contained in:
commit
8e2f450981
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@ -183,7 +183,7 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12.18
|
||||
image: postgres:12.22
|
||||
env:
|
||||
POSTGRES_USER: semaphore
|
||||
POSTGRES_PASSWORD: p455w0rd
|
||||
@ -459,7 +459,7 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12.18
|
||||
image: postgres:12.22
|
||||
env:
|
||||
POSTGRES_USER: semaphore
|
||||
POSTGRES_PASSWORD: p455w0rd
|
||||
|
Loading…
Reference in New Issue
Block a user