Archived
1
0
Fork 0

Update weewx and wdc

This commit is contained in:
Daniel Kempkens 2023-02-10 15:02:24 +01:00
parent bc7e93f185
commit 3748bfd0ca
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@ FROM python:3.10.8-slim-bullseye as install
ARG WEEWX_UID=421
ENV WEEWX_HOME="/home/weewx"
ENV WEEWX_VERSION="4.9.1"
ENV WEEWX_VERSION="4.10.1"
ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
ENV WEEWX_WDC_VERSION="v2.3.2"
ENV WEEWX_WDC_VERSION="v2.3.3"
RUN addgroup --system --gid ${WEEWX_UID} weewx \
&& adduser --system --uid ${WEEWX_UID} --ingroup weewx weewx

View file

@ -1,6 +1,6 @@
# configuration file for the weewx-wdc skin
SKIN_NAME = Weather Data Center
SKIN_VERSION = 2.3.2
SKIN_VERSION = 2.3.3
[Extras]
# Show a link to the GitHub respository of this skin. Set to False to hide.