Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/TypeScript/ditsmod/ditsmod-bun-mysql.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1
FROM oven/bun:1.3

COPY ./ ./

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1
FROM oven/bun:1.3

COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion frameworks/TypeScript/ditsmod/ditsmod-bun.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1
FROM oven/bun:1.3

COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion frameworks/TypeScript/ditsmod/ditsmod-mysql.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16-slim
FROM node:24-slim

COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion frameworks/TypeScript/ditsmod/ditsmod-postgres.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16-slim
FROM node:24-slim

COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion frameworks/TypeScript/ditsmod/ditsmod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16-slim
FROM node:24-slim

COPY ./ ./

Expand Down
4 changes: 2 additions & 2 deletions frameworks/TypeScript/ditsmod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"devDependencies": {
"@types/eslint": "^8.44.2",
"@types/node": "^20.5.7",
"@types/node": "^24",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"bun-types": "^1.1.22",
"bun-types": "^1.3",
"eslint": "^8.48.0",
"prettier": "^3.0.2",
"typescript": "^5.2.2"
Expand Down
Loading