Skip to content

Commit 3e9b983

Browse files
authored
Update wrangler/addons packages (#271)
This could help with the CPU consumption we've been noticing lately.
1 parent b9f18a0 commit 3e9b983

File tree

4 files changed

+3407
-1412
lines changed

4 files changed

+3407
-1412
lines changed

dockerfiles/Dockerfile.addons

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.14.0
1+
FROM node:22.16.0
22
COPY package-lock.json /usr/src/app/checkouts/addons/
33
COPY package.json /usr/src/app/checkouts/addons/
44
WORKDIR /usr/src/app/checkouts/addons/

packages/addons-inject/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.13.1
1+
FROM node:22.16.0
22
COPY package.json /usr/src/app/packages/addons-inject/
33
WORKDIR /usr/src/app/packages/addons-inject/
44
RUN npm install --omit dev

0 commit comments

Comments
 (0)