File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.21.3
1+ FROM alpine:3.23.2
22
33LABEL maintainer="Michael Oberdorf IT-Consulting <info@oberdorf-itc.de>"
4- LABEL site.local.program.version="1.1.1 "
4+ LABEL site.local.program.version="1.1.2 "
55
66ENV TZ=Europe/Berlin \
77 REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt \
@@ -11,10 +11,10 @@ COPY --chown=root:root /src /
1111
1212RUN apk upgrade --available --no-cache --update \
1313 && apk add --no-cache --update \
14- python3=3.12.9 -r0 \
15- py3-pip=24.3 .1-r0 \
16- ca-certificates=20241121-r1 \
17- tzdata=2025a -r0 \
14+ python3=3.12.12 -r0 \
15+ py3-pip=25.1 .1-r1 \
16+ ca-certificates=20251003-r0 \
17+ tzdata=2025c -r0 \
1818 # Cleanup APK
1919 && rm -rf /var/cache/apk/* /tmp/* /var/tmp/* \
2020 # Using PIP to install Python pacakges
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ Container image: [DockerHub](https://hub.docker.com/r/oitc/snmp2mqtt)
2424
2525# Supported tags and respective ` Dockerfile ` links
2626
27- * [ ` latest ` , ` 1.1.1 ` ] ( https://github.com/cybcon/docker.snmp2mqtt/blob/v1.1.1/Dockerfile )
27+ * [ ` latest ` , ` 1.1.2 ` ] ( https://github.com/cybcon/docker.snmp2mqtt/blob/v1.1.2/Dockerfile )
28+ * [ ` 1.1.1 ` ] ( https://github.com/cybcon/docker.snmp2mqtt/blob/v1.1.1/Dockerfile )
2829* [ ` 1.0.4 ` ] ( https://github.com/cybcon/docker.snmp2mqtt/blob/v1.0.4/Dockerfile )
2930* [ ` 1.0.3 ` ] ( https://github.com/cybcon/docker.snmp2mqtt/blob/v1.0.3/Dockerfile )
3031* [ ` 1.0.2 ` ] ( https://github.com/cybcon/docker.snmp2mqtt/blob/v1.0.2/Dockerfile )
Original file line number Diff line number Diff line change 55Author: Michael Oberdorf
66Date: 2021-08-14
77Last modified by: Michael Oberdorf
8- Last modified at: 2025-03-24
8+ Last modified at: 2025-12-28
99*************************************************************************** """
1010import asyncio
1111import datetime
3838 get_cmd ,
3939)
4040
41- VERSION = "1.1.1 "
41+ VERSION = "1.1.2 "
4242
4343script_path = os .path .dirname (__file__ )
4444base_path = os .path .dirname (script_path )
You can’t perform that action at this time.
0 commit comments