Skip to content

Commit

Permalink
Bump python from 3.10.6-alpine to 3.11.2-alpine (#128)
Browse files Browse the repository at this point in the history
Bumps python from 3.10.6-alpine to 3.11.2-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent 73e96c7 commit e519e24
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.6-alpine AS builder
FROM python:3.11.2-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.6-alpine
FROM python:3.11.2-alpine

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

Expand Down

0 comments on commit e519e24

Please sign in to comment.