Skip to content

Commit face2ef

Browse files
committed
feat(elysia): using Bun postgres
1 parent 9857835 commit face2ef

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
-2 Bytes
Binary file not shown.

frameworks/TypeScript/elysia/elysia-compiled.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.1
1+
FROM oven/bun:1.2
22

33
EXPOSE 8080
44

frameworks/TypeScript/elysia/elysia-postgres.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.1
1+
FROM oven/bun:1.2
22

33
EXPOSE 8080
44

frameworks/TypeScript/elysia/elysia-smol-postgres.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.1
1+
FROM oven/bun:1.2
22

33
EXPOSE 8080
44

frameworks/TypeScript/elysia/elysia.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.1
1+
FROM oven/bun:1.2
22

33
EXPOSE 8080
44

frameworks/TypeScript/elysia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"module": "src/index.js",
55
"devDependencies": {
6-
"@types/bun": "^1.1.14",
6+
"@types/bun": "^1.2.2",
77
"typescript": "^5.7.2"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)