Skip to content

Commit

Permalink
Wrangler: update wrangler image (#254)
Browse files Browse the repository at this point in the history
I had to update nodejs and wrangler because I was getting an ERROR and wrangler
wasn't working anymore.
  • Loading branch information
humitos authored Feb 5, 2025
1 parent bf21e7c commit 3a5c44f
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 948 deletions.
2 changes: 1 addition & 1 deletion packages/addons-inject/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.15
FROM node:22.13.1
COPY package.json /usr/src/app/packages/addons-inject/
WORKDIR /usr/src/app/packages/addons-inject/
RUN npm install --omit dev
Loading

0 comments on commit 3a5c44f

Please sign in to comment.