Skip to content

Commit

Permalink
Bump wrangler to 3.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Feb 19, 2024
1 parent 67ee694 commit 2c6cc03
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 60 deletions.
2 changes: 1 addition & 1 deletion ferretdb-wrangler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.0-alpine3.18
FROM node:20.11.1-alpine3.18

# for wrangler to be able to pick up branch name, commit hash, etc.
RUN apk --no-cache add git git-lfs
Expand Down
121 changes: 63 additions & 58 deletions ferretdb-wrangler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ferretdb-wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"wrangler": "3.23.0"
"wrangler": "3.28.3"
},
"engines": {
"node": "20.x"
Expand Down

0 comments on commit 2c6cc03

Please sign in to comment.