From 1a14d21711af8274b912dd72fed0c57060e612e6 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 22 Dec 2022 17:27:24 +0100 Subject: [PATCH] Update weewx-wdc to 2.3.2 --- Dockerfile | 2 +- defaults/skin-wdc/skin.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b305ce7..8a7854d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/defaults/skin-wdc/skin.conf b/defaults/skin-wdc/skin.conf index a208587..8e99fca 100644 --- a/defaults/skin-wdc/skin.conf +++ b/defaults/skin-wdc/skin.conf @@ -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.