Skip to content

Commit

Permalink
Merge pull request dappnode#98 from dappnode/fix/update_base_image
Browse files Browse the repository at this point in the history
Update node to v20.12.2 in Dockerfile
  • Loading branch information
mgarciate authored Apr 25, 2024
2 parents 12ebc7d + d744757 commit 4e2d84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.15.0-alpine as build-api
FROM node:20.12.2-alpine as build-api
ARG NETWORK
WORKDIR /app/ui
COPY ui .
Expand All @@ -8,7 +8,7 @@ WORKDIR /app/api
COPY api .
RUN yarn && yarn build

FROM --platform=linux/amd64 node:18.15.0
FROM --platform=linux/amd64 node:20.12.2
ARG UPSTREAM_VERSION

WORKDIR /app
Expand Down

0 comments on commit 4e2d84b

Please sign in to comment.