Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2021
1 parent 1d8bd6a commit f90e820
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,12 +1,12 @@
FROM python:3.10.0-alpine AS builder
FROM python:3.10.1-alpine AS builder

RUN apk add --update --no-cache gcc musl-dev libffi-dev openssl-dev make cargo
RUN pip install --no-cache-dir build
COPY . /src
RUN python -m build --wheel /src
RUN pip wheel --no-cache-dir /src/dist/*.whl --wheel-dir /tmp/wheels

FROM python:3.10.0-alpine
FROM python:3.10.1-alpine

MAINTAINER 'Byeonghoon Isac Yoo <[email protected]>'

Expand Down

0 comments on commit f90e820

Please sign in to comment.