Skip to content

Commit

Permalink
Merge branch 'improvement/cii_shield' of github.com:felddy/weewx-dock…
Browse files Browse the repository at this point in the history
…er into improvement/cii_shield
  • Loading branch information
felddy committed Apr 26, 2022
2 parents 859ee6a + d77c656 commit 52880be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.2-alpine3.15 as install-weewx-stage
FROM python:3.10.4-alpine3.15 as install-weewx-stage

ARG WEEWX_UID=421
ENV WEEWX_HOME="/home/weewx"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN bin/wee_extension --install /tmp/weewx-mqtt.zip
RUN bin/wee_extension --install /tmp/weewx-interceptor.zip
COPY src/entrypoint.sh src/version.txt ./

FROM python:3.10.2-slim-bullseye as final-stage
FROM python:3.10.4-slim-bullseye as final-stage

ARG TARGETPLATFORM
ARG WEEWX_UID=421
Expand Down

0 comments on commit 52880be

Please sign in to comment.