Archived
1
0
Fork 0

Update weewx

This commit is contained in:
Daniel Kempkens 2022-03-31 11:50:44 +02:00
parent ff2775fcb6
commit 27a30c02dc

View file

@ -1,7 +1,7 @@
FROM python:3 as stage-1 FROM python:3 as stage-1
ENV WEEWX_HOME="/home/weewx" ENV WEEWX_HOME="/home/weewx"
ENV ARCHIVE="weewx-4.5.1.tar.gz" ENV ARCHIVE="weewx-4.7.0.tar.gz"
RUN addgroup --system --gid 421 weewx &&\ RUN addgroup --system --gid 421 weewx &&\
adduser --system --uid 421 --ingroup weewx weewx adduser --system --uid 421 --ingroup weewx weewx