File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- bun 1.1.38
1+ bun 1.1.42
22nodejs 22.12.0
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ ADD svelte.config.js ./
1111RUN bun install --frozen-lockfile
1212ADD . .
1313RUN bun -b run build
14- # RUN sed -i'' -e "s/import http from 'http'/import http from 'http2'/g" build/index.js
14+ # RUN sed -i'' -e "s/import http from 'http'/import http from 'http2'/g" build/index.js
1515
16- FROM gcr.io/distroless/nodejs20 -debian11
16+ FROM gcr.io/distroless/nodejs22 -debian11
1717
1818ENV NODE_ENV=production
1919ENV BODY_SIZE_LIMIT=Infinity
Original file line number Diff line number Diff line change 11REGISTRY =registry.deploys.app/deploys-app/console
22TAG =$(shell git rev-parse HEAD)
33
4+ .PHONY : build
45build :
56 buildctl build \
67 --frontend dockerfile.v0 \
Original file line number Diff line number Diff line change 1313 },
1414 "devDependencies" : {
1515 "@nomimono/nomimono-css" : " ^0.4.25" ,
16- "@sveltejs/adapter-cloudflare" : " ^4.8 .0" ,
17- "@sveltejs/adapter-node" : " ^5.2.10 " ,
16+ "@sveltejs/adapter-cloudflare" : " ^4.9 .0" ,
17+ "@sveltejs/adapter-node" : " ^5.2.11 " ,
1818 "@sveltejs/kit" : " =2.11.1" ,
1919 "@typescript-eslint/eslint-plugin" : " ^8.18.0" ,
2020 "@typescript-eslint/parser" : " ^8.18.0" ,
You can’t perform that action at this time.
0 commit comments