Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2022
1 parent ddf118d commit 9b79dba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:18.12.1-alpine3.15 AS build-stage
FROM node:19.1.0-alpine3.15 AS build-stage
RUN apk add python3 make gcc musl-dev g++
COPY . /app
WORKDIR /app
RUN yarn install
RUN yarn build

FROM node:18.12.1-alpine3.15 as prod-stage
FROM node:19.1.0-alpine3.15 as prod-stage
RUN apk add python3 make gcc musl-dev g++
COPY package.json yarn.lock .
RUN yarn install --prod
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "module",
"dependencies": {
"@sveltejs/adapter-node": "1.0.0-next.100",
"better-sqlite3": "7.6.2",
"better-sqlite3": "8.0.0",
"js-cookie": "3.0.1",
"katex": "0.16.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ base64-js@^1.3.1:
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==

better-sqlite3@7.6.2:
version "7.6.2"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-7.6.2.tgz#47cd8cad5b9573cace535f950ac321166bc31384"
integrity sha512-S5zIU1Hink2AH4xPsN0W43T1/AJ5jrPh7Oy07ocuW/AKYYY02GWzz9NH0nbSMn/gw6fDZ5jZ1QsHt1BXAwJ6Lg==
better-sqlite3@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-8.0.0.tgz#aa350edf5defccd726749b8139881e5918b098b6"
integrity sha512-DhIPmhV+F3NBb9oGCNqNON8Cg4nP3/7NOwx412SL6JJUclYjAKmqNtbL6xBfG2RcG0uZWUS/TEHRy4AFLeq5Zg==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.0"
Expand Down

0 comments on commit 9b79dba

Please sign in to comment.