Skip to content

Commit

Permalink
Bump python from 3.10.4-alpine to 3.10.6-alpine
Browse files Browse the repository at this point in the history
Bumps python from 3.10.4-alpine to 3.10.6-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 Aug 4, 2022
1 parent 8bc3bab commit 2da846a
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.4-alpine AS builder
FROM python:3.10.6-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
Expand All @@ -8,7 +8,7 @@ RUN \
--mount=type=cache,target=/root/.cache/pip \
pip wheel /tmp/dist/*.whl --wheel-dir /wheel

FROM python:3.10.4-alpine
FROM python:3.10.6-alpine

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

Expand Down

0 comments on commit 2da846a

Please sign in to comment.