Skip to content

Commit f970675

Browse files
committed
update dependencies
1 parent 247d201 commit f970675

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
bun 1.1.38
1+
bun 1.1.42
22
nodejs 22.12.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ADD svelte.config.js ./
1111
RUN bun install --frozen-lockfile
1212
ADD . .
1313
RUN 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

1818
ENV NODE_ENV=production
1919
ENV BODY_SIZE_LIMIT=Infinity

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
REGISTRY=registry.deploys.app/deploys-app/console
22
TAG=$(shell git rev-parse HEAD)
33

4+
.PHONY: build
45
build:
56
buildctl build \
67
--frontend dockerfile.v0 \

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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",

0 commit comments

Comments
 (0)