chore: bump weewx-wdc to 3.4.0
All checks were successful
Build Image / build-and-push-image (push) Successful in 1m39s
All checks were successful
Build Image / build-and-push-image (push) Successful in 1m39s
This commit is contained in:
parent
144006e19a
commit
3f1556712e
2 changed files with 13 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM python:3.10.11-slim-bullseye as install
|
||||
FROM python:3.10.13-slim-bullseye as install
|
||||
|
||||
ARG WEEWX_UID=421
|
||||
ENV WEEWX_HOME="/home/weewx"
|
||||
ENV WEEWX_VERSION="4.10.2"
|
||||
ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
|
||||
ENV WEEWX_WDC_VERSION="v3.3.0"
|
||||
ENV WEEWX_WDC_VERSION="v3.4.0"
|
||||
|
||||
RUN addgroup --system --gid ${WEEWX_UID} weewx \
|
||||
&& adduser --system --uid ${WEEWX_UID} --ingroup weewx weewx
|
||||
|
@ -82,7 +82,7 @@ COPY --chown=weewx:weewx user/extensions.py ./bin/user/extensions.py
|
|||
RUN echo 'Default Configuration:' &&\
|
||||
cat ${WEEWX_HOME}/weewx.conf
|
||||
|
||||
FROM python:3.10.11-slim-bullseye as final
|
||||
FROM python:3.10.13-slim-bullseye as final
|
||||
|
||||
ARG WEEWX_UID=421
|
||||
ENV WEEWX_HOME="/home/weewx"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# configuration file for the weewx-wdc skin
|
||||
SKIN_NAME = Weather Data Center
|
||||
SKIN_VERSION = 3.3.0
|
||||
SKIN_VERSION = 3.4.0
|
||||
|
||||
[ObservationBindings]
|
||||
|
||||
|
@ -647,6 +647,14 @@ SKIN_VERSION = 3.3.0
|
|||
[[[sensor_status]]]
|
||||
template = sensor-status.html.tmpl
|
||||
|
||||
[[Org]]
|
||||
# Other 'static' templates
|
||||
[[[offline]]]
|
||||
template = offline.html.tmpl
|
||||
|
||||
[[[manifest]]]
|
||||
template = manifest.json.tmpl
|
||||
|
||||
# Static pages, add as many as you want.
|
||||
[[Static]]
|
||||
#[[[about]]]
|
||||
|
@ -674,7 +682,7 @@ SKIN_VERSION = 3.3.0
|
|||
daily_archive = %Y-%m-%d
|
||||
|
||||
[CopyGenerator]
|
||||
copy_once = dist/main.js, dist/main.css, plotly-custom-build.min.js, dist/live-updates.js, favicon.ico, manifest.json, icon-192x192.png, icon-256x256.png, icon-384x384.png, icon-512x512.png, service-worker.js, offline.html, dist/assets
|
||||
copy_once = dist/main.js, dist/main.css, plotly-custom-build.min.js, dist/live-updates.js, favicon.ico, icon-192x192.png, icon-256x256.png, icon-384x384.png, icon-512x512.png, service-worker.js, dist/assets
|
||||
copy_always = dwd/SchilderEM.jpg, dwd/radar_nrw.gif, dwd/bwk_bodendruck_weu_ana.png, dwd/bwk_bodendruck_na_ana.png
|
||||
|
||||
[Generators]
|
||||
|
|
Reference in a new issue