Skip to content

Commit

Permalink
chore: use latest godot-explorer image (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Apr 26, 2024
1 parent 9c8229a commit 260fb91
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 898 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/decentraland/godot-explorer:0df27ef8de0912390593c194b7ce923db93cc01b
FROM quay.io/decentraland/godot-explorer:533ff82ec696317f8e4e4056287c19bb2add0d66

RUN apt-get install -y ca-certificates tini

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.515.0",
"@aws-sdk/client-sqs": "^3.515.0",
"@aws-sdk/lib-storage": "^3.515.0",
"@aws-sdk/client-s3": "^3.563.0",
"@aws-sdk/client-sqs": "^3.563.0",
"@aws-sdk/lib-storage": "^3.563.0",
"@dcl/platform-server-commons": "^0.0.4",
"@dcl/schemas": "^11.2.0",
"@dcl/schemas": "^11.5.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
"@well-known-components/http-server": "^2.1.0",
Expand All @@ -33,7 +33,7 @@
"@dcl/eslint-config": "^2.0.0",
"@types/node-fetch": "^2.6.11",
"@well-known-components/test-helpers": "^1.5.6",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"prettier": {
"printWidth": 120,
Expand Down
Loading

0 comments on commit 260fb91

Please sign in to comment.