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
43d8719807
commit
ce4c1430a2
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM postgrest/postgrest:v10.0.0@sha256:db9dd042f5a4f7528b09723e08434b1ffadabeec8079e33ff38ebd8273177100 AS api
|
||||
FROM amacneil/dbmate:1.15@sha256:8fb25de3fce073e39eb3f9411af0410d0e26cc6d120544a7510b964e218abc27 AS dbmate
|
||||
FROM node:18.8.0-alpine@sha256:d5d7d8e860cb38063ac0735753bed467d1360ece5ccb7c99747726bb9399ccfa
|
||||
FROM node:18.10.0-alpine@sha256:304e707e9283ac64af3bae2a8d6b8b16dfe00d91f739d80015bd0b74147c6840
|
||||
RUN apk add --no-cache supervisor
|
||||
COPY --from=api /bin/postgrest /usr/bin/
|
||||
COPY --from=dbmate /usr/local/bin/dbmate /usr/bin/
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"engines": {
|
||||
"node": "^18.7.0"
|
||||
},
|
||||
"packageManager": "npm@8.19.0",
|
||||
"packageManager": "npm@8.19.2",
|
||||
"dependencies": {
|
||||
"@codemirror/commands": "^6.1.0",
|
||||
"@codemirror/language": "^6.2.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue