Skip to content

Commit

Permalink
update to node 20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Jun 18, 2024
1 parent a472652 commit b3902b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions public-site/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM docker.io/node:20.11.1-alpine3.19 as builder
FROM docker.io/node:20.14.0-alpine3.20 as builder

WORKDIR /site
COPY . .
RUN npm install -g [email protected]
RUN npm install
RUN npm run build

Expand Down
2 changes: 1 addition & 1 deletion public-site/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:21-alpine3.18 as builder
FROM docker.io/node:20.14.0-alpine3.20 as builder

WORKDIR /site
COPY . .
Expand Down

0 comments on commit b3902b7

Please sign in to comment.