Archived
1
0
Fork 0

Update weewx-wdc to 2.3.2

This commit is contained in:
Daniel Kempkens 2022-12-22 17:27:24 +01:00
parent b45a837561
commit 1a14d21711
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ ARG WEEWX_UID=421
ENV WEEWX_HOME="/home/weewx"
ENV WEEWX_VERSION="4.9.1"
ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
ENV WEEWX_WDC_VERSION="v2.3.1"
ENV WEEWX_WDC_VERSION="v2.3.2"
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.1
SKIN_VERSION = 2.3.2
[Extras]
# Show a link to the GitHub respository of this skin. Set to False to hide.