Docker env: update postgres, garage
All checks were successful
/ tests (push) Successful in 2m22s
/ deny (push) Successful in 28s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m52s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m50s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m1s
/ clippy (push) Successful in 2m7s
All checks were successful
/ tests (push) Successful in 2m22s
/ deny (push) Successful in 28s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m52s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m50s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m1s
/ clippy (push) Successful in 2m7s
This commit is contained in:
parent
e740998f96
commit
2d92cd861d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM postgres:15-alpine
|
||||
FROM postgres:16-alpine
|
||||
|
||||
COPY --chown=0:70 --chmod=640 ./out/postgres.key ./etc/
|
||||
COPY --chown=0:70 --chmod=640 ./out/postgres.crt ./etc/
|
||||
|
|
|
@ -39,7 +39,7 @@ services:
|
|||
# - ./storage/minio:/mnt
|
||||
|
||||
garage:
|
||||
image: dxflrs/garage:v0.9.0
|
||||
image: dxflrs/garage:v1.0.0
|
||||
ports:
|
||||
- "3900:3900"
|
||||
- "3901:3901"
|
||||
|
|
Loading…
Reference in a new issue