Skip to content

Commit d671958

Browse files
committed
bump version
1 parent 915c523 commit d671958

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
IMAGE_NAME: 'easypi/node-red'
13-
NODERED_VERSION: '4.1.0'
13+
NODERED_VERSION: '4.1.1'
1414
NODERED_DASHBOARD_VERSION: '3.6.3'
1515

1616
jobs:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ services in new and interesting ways.
3131
## docker-compose.yml
3232

3333
```yaml
34-
version: "3.8"
3534
services:
3635
node-red:
3736
image: easypi/node-red

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.8"
21
services:
32
node-red:
43
image: easypi/node-red

0 commit comments

Comments
 (0)