Skip to content

Commit 211bf0f

Browse files
new parent image
1 parent 18ee0f6 commit 211bf0f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.19.0-next
1+
FROM kernai/refinery-parent-images:v1.20.0-next
22

33
WORKDIR /app
44
COPY package*.json /app/

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.19.0-next
1+
FROM kernai/refinery-parent-images:v1.20.0-next
22

33
WORKDIR /app
44

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
"react-router-dom": "^6.10.0",
4343
"rxjs": "^7.8.1",
4444
"tailwindcss": "^3.4.4",
45-
"typescript": "^5.1.3"
45+
"typescript": "^5.1.3",
46+
"@aws-sdk/client-dynamodb": "^3.682.0",
47+
"i18next": "^23.11.5",
48+
"lodash": "^4.17.21"
4649
},
4750
"devDependencies": {
4851
"autoprefixer": "^10.4.15",

0 commit comments

Comments
 (0)