Skip to content

Commit

Permalink
Use LTS version of Node.js in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jul 19, 2024
1 parent 779865b commit c5f429d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine AS assets
FROM node:iron-alpine AS assets
WORKDIR /src/app
COPY app/package.json /src/app/package.json
COPY app/package-lock.json /src/app/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.vite
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:alpine
FROM node:iron-alpine

0 comments on commit c5f429d

Please sign in to comment.