Skip to content

Commit

Permalink
Update nodered/node-red Docker tag to v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent f381adb commit 7c60379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodered/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nodered/node-red:3.1.3-14 as builder
FROM nodered/node-red:3.1.4-14 as builder

LABEL description="Build container for node red with home assistant nodes" \
maintainer="sean.v.775@gmail.com"
Expand All @@ -19,7 +19,7 @@ WORKDIR /usr/src/node-red/
RUN npm install node-red-contrib-home-assistant-websocket@0.43.1 \
&& npm install node-red-contrib-bigtimer@2.8.1

FROM nodered/node-red:3.1.3-14
FROM nodered/node-red:3.1.4-14

LABEL description="Node red container with home assistant nodes" \
maintainer="sean.v.775@gmail.com"
Expand Down

0 comments on commit 7c60379

Please sign in to comment.