Skip to content

Commit

Permalink
Bump python from 3.10-alpine to 3.10.8-alpine
Browse files Browse the repository at this point in the history
Bumps python from 3.10-alpine to 3.10.8-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2022
1 parent 358c54a commit 0157220
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,11 +1,11 @@
FROM python:3.10-alpine AS build
FROM python:3.10.8-alpine AS build

RUN apk add --no-cache py3-pip alpine-sdk libffi-dev
RUN python3 -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
RUN pip install certbot certbot-dns-safedns

FROM python:3.10-alpine
FROM python:3.10.8-alpine
COPY --from=build /opt/venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"

Expand Down

0 comments on commit 0157220

Please sign in to comment.