File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LABEL site.local.os.version="3.17"
8
8
LABEL site.local.runtime.name="Python"
9
9
LABEL site.local.runtime.version="3.10.9"
10
10
LABEL site.local.program.name="Python Modbus TCP Server"
11
- LABEL site.local.program.version="1.1.4 "
11
+ LABEL site.local.program.version="1.1.5 "
12
12
13
13
COPY --chown=root:root /src /
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ Container image: [DockerHub](https://hub.docker.com/repository/docker/oitc/modbu
8
8
9
9
# Supported tags and respective ` Dockerfile ` links
10
10
11
- * [ ` latest ` , ` 1.1.4 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.4/Dockerfile )
11
+ * [ ` latest ` , ` 1.1.5 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.5/Dockerfile )
12
+ * [ ` 1.1.4 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.4/Dockerfile )
12
13
* [ ` 1.1.3 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.3/Dockerfile )
13
14
* [ ` 1.1.2 ` ] ( https://github.com/cybcon/modbus-server/blob/v1.1.2/Dockerfile )
14
15
@@ -74,7 +75,7 @@ The `/app/modbus_server.json` file comes with following content:
74
75
},
75
76
"logging" : {
76
77
"format" : " %(asctime)-15s %(threadName)-15s %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s" ,
77
- "logLevel" : " DEBUG "
78
+ "logLevel" : " INFO "
78
79
}
79
80
},
80
81
"registers" : {
Original file line number Diff line number Diff line change 9
9
},
10
10
"logging" : {
11
11
"format" : " %(asctime)-15s %(threadName)-15s %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s" ,
12
- "logLevel" : " DEBUG "
12
+ "logLevel" : " INFO "
13
13
}
14
14
},
15
15
"registers" : {
Original file line number Diff line number Diff line change 4
4
Author: Michael Oberdorf IT-Consulting
5
5
Datum: 2020-03-30
6
6
Last modified by: Hackergarden Meetup@Codecentric
7
- Last modified at: 2023-11-07
7
+ Last modified at: 2023-11-08
8
8
*************************************************************************** """
9
9
import sys
10
10
import os
21
21
22
22
# default configuration file path
23
23
config_file = '/app/modbus_server.json'
24
- VERSION = '1.1.4 '
24
+ VERSION = '1.1.5 '
25
25
"""
26
26
###############################################################################
27
27
# F U N C T I O N S
You can’t perform that action at this time.
0 commit comments