Skip to content

Commit

Permalink
Merge pull request #57 from felddy/dependabot/docker/python-3.10.4-al…
Browse files Browse the repository at this point in the history
…pine3.15

Bump python from 3.10.2-alpine3.15 to 3.10.4-alpine3.15
  • Loading branch information
felddy authored Apr 26, 2022
2 parents 1f3aac9 + d7a15cb commit 0c5ef9c
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 0c5ef9c

Please sign in to comment.