File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.23.2
22
33LABEL maintainer="Michael Oberdorf <info@oberdorf-itc.de>"
4- LABEL site.local.program.version="1.3.2 "
4+ LABEL site.local.program.version="1.3.3 "
55
66ENV TZ="UTC" \
77 REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Container image: [DockerHub](https://hub.docker.com/r/oitc/weather2mqtt)
2626
2727# Supported tags and respective ` Dockerfile ` links
2828
29- * [ ` latest ` , ` 1.3.2 ` ] ( https://github.com/cybcon/docker.weather2mqtt/blob/v1.3.2 /Dockerfile )
29+ * [ ` latest ` , ` 1.3.3 ` ] ( https://github.com/cybcon/docker.weather2mqtt/blob/v1.3.3 /Dockerfile )
3030* [ ` 1.3.1 ` ] ( https://github.com/cybcon/docker.weather2mqtt/blob/v1.3.1/Dockerfile )
3131* [ ` 1.3.0 ` ] ( https://github.com/cybcon/docker.weather2mqtt/blob/v1.3.0/Dockerfile )
3232* [ ` 1.2.0 ` ] ( https://github.com/cybcon/docker.weather2mqtt/blob/v1.2.0/Dockerfile )
Original file line number Diff line number Diff line change 2929from lib .weather_codes import WeatherCodes
3030from retry_requests import retry # seeAlso: https://pypi.org/project/retry-requests/
3131
32- __version__ = "1.3.2 "
32+ __version__ = "1.3.3 "
3333__script_path__ = os .path .dirname (__file__ )
3434__config_path__ = os .path .join (os .path .dirname (__script_path__ ), "etc" )
3535__local_tz__ = pytz .timezone ("UTC" )
You can’t perform that action at this time.
0 commit comments