mirror of
https://github.com/kou029w/quot.git
synced 2025-01-18 16:08:03 +00:00
Update all dependencies
This commit is contained in:
parent
3e10fb6bd4
commit
db8a0cd975
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM postgrest/postgrest:v10.0.0@sha256:db9dd042f5a4f7528b09723e08434b1ffadabeec8079e33ff38ebd8273177100 AS api
|
||||
FROM postgrest/postgrest:v10.1.0@sha256:217371be5db8548a88780326522aab4698affd0e4d794d3198154ca87118b419 AS api
|
||||
FROM amacneil/dbmate:1.16@sha256:7a93421be89475d1d7daebaa39c1627b2cead94d49e03d0afe689abb8a40175c AS dbmate
|
||||
FROM node:19.0.0-alpine@sha256:7eaaf14ed8b7cc1d716b965bff7554d7d2e1127558ee8108d3844dc3a1122234
|
||||
FROM node:19.0.0-alpine@sha256:1a04e2ec39cc0c3a9657c1d6f8291ea2f5ccadf6ef4521dec946e522833e87ea
|
||||
RUN apk add --no-cache supervisor
|
||||
COPY --from=api /bin/postgrest /usr/bin/
|
||||
COPY --from=dbmate /usr/local/bin/dbmate /usr/bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue