Skip to content

Commit

Permalink
Update nodered/node-red Docker tag to v3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 0cb0221 commit 580a2d1
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.11-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.11-14

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

0 comments on commit 580a2d1

Please sign in to comment.