Skip to content

Commit

Permalink
Merge pull request #75 from ans-group/dependabot/docker/python-3.10.8…
Browse files Browse the repository at this point in the history
…-alpine

Bump python from 3.10-alpine to 3.10.8-alpine
  • Loading branch information
miff2000 authored Oct 19, 2022
2 parents 358c54a + 0157220 commit 69aa043
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 69aa043

Please sign in to comment.