Skip to content

Commit

Permalink
chore: try changing base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 24, 2023
1 parent caff1e2 commit 967a4da
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:20.9-alpine3.18 AS build-zui
FROM node:20.9-bookworm AS build-zui

WORKDIR /usr/src/app

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

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

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

0 comments on commit 967a4da

Please sign in to comment.