Skip to content

Commit

Permalink
N3uron v1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-paesa committed Jul 25, 2023
1 parent 7ecbd75 commit f4ae34e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM n3uronhub/n3uron:v1.21.4-amd64
FROM n3uronhub/n3uron:v1.21.5-amd64

COPY entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: N3uron Industrial IoT Platform
type: sw.block
version: 1.21.4
version: 1.21.5

description: >-
N3uron is an Industrial Edge Platform for DataOps that streamlines the flow of data between industrial devices
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- log:/opt/n3uron/log
cap_add:
- SYS_ADMIN
- SYS_RAWIO
restart: always

volumes:
Expand Down

0 comments on commit f4ae34e

Please sign in to comment.