From 3748bfd0ca86df5a32a0a257f04fcb5d3ba3441f Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 10 Feb 2023 15:02:24 +0100 Subject: [PATCH] Update weewx and wdc --- Dockerfile | 4 ++-- defaults/skin-wdc/skin.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3be625..f17a63c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/defaults/skin-wdc/skin.conf b/defaults/skin-wdc/skin.conf index d769876..54e3e02 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.2 +SKIN_VERSION = 2.3.3 [Extras] # Show a link to the GitHub respository of this skin. Set to False to hide.