Skip to content

Commit

Permalink
Update nodered/node-red Docker tag to v3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent c673b47 commit 02606c3
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.10-14 as builder
FROM nodered/node-red:3.1.14-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.10-14
FROM nodered/node-red:3.1.14-14

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

0 comments on commit 02606c3

Please sign in to comment.