Skip to content

Commit 3a5c44f

Browse files
authored
Wrangler: update wrangler image (#254)
I had to update nodejs and wrangler because I was getting an ERROR and wrangler wasn't working anymore.
1 parent bf21e7c commit 3a5c44f

File tree

3 files changed

+214
-948
lines changed

3 files changed

+214
-948
lines changed

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:18.15
1+
FROM node:22.13.1
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)