mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Update CircleCI image
See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
This commit is contained in:
parent
5a7d5e8099
commit
f06f444a13
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ executors:
|
|||
default: false
|
||||
docker:
|
||||
- image: plumeorg/plume-buildenv:v0.4.0
|
||||
- image: <<#parameters.postgres>>circleci/postgres:9.6-alpine<</parameters.postgres>><<^parameters.postgres>>alpine:latest<</parameters.postgres>>
|
||||
- image: <<#parameters.postgres>>cimg/postgres:14.2<</parameters.postgres>><<^parameters.postgres>>alpine:latest<</parameters.postgres>>
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: plume
|
||||
|
|
Loading…
Reference in a new issue