Skip to content

Commit

Permalink
chore: try use node 20.9 alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 17, 2023
1 parent cdd8aff commit 81ab038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG image=zwave-js-ui

# STEP: 1 build
FROM node:18.14.2-alpine3.16 AS build-zui
FROM node:20.9-alpine3.18 AS build-zui

WORKDIR /usr/src/app

Expand Down Expand Up @@ -57,7 +57,7 @@ RUN if [ ! -z "$updateDevices" ]; \
fi

# STEP: 2 (runtime)
FROM node:18.14.2-alpine3.16
FROM node:20.9-alpine3.18

RUN apk add --no-cache \
libstdc++ \
Expand Down

0 comments on commit 81ab038

Please sign in to comment.