Skip to content

Commit

Permalink
fix: update python in Dockerfile 3.9.7 -> 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist committed Nov 29, 2021
1 parent 3fc00ff commit 0e1ff1d
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.9.7-alpine3.14 AS builder
FROM python:3.9.8-alpine3.14 AS builder

ARG BUILD_DEPS="\
docker \
Expand All @@ -17,7 +17,7 @@ COPY Pipfile* .
RUN pip install pipenv && \
pipenv install --deploy --system

FROM python:3.9.7-alpine3.14 AS runtime
FROM python:3.9.8-alpine3.14 AS runtime

LABEL "maintainer"="Eugene Vasilenko <gmrnsk@gmail.com>"
LABEL "repository"="https://github.com/gofrolist/molecule-action"
Expand Down

0 comments on commit 0e1ff1d

Please sign in to comment.