Skip to content

Commit

Permalink
chore: use alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 24, 2023
1 parent bd48f44 commit 97930f3
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.10.0-alpine3.17 AS build-zui
FROM node:20.10.0-alpine3.18 AS build-zui

WORKDIR /usr/src/app

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

# STEP: 2 (runtime)
FROM 20.10.0-alpine3.17
FROM 20.10.0-alpine3.18

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

0 comments on commit 97930f3

Please sign in to comment.