Skip to content

Commit

Permalink
Bump python from 3.11.2-alpine to 3.11.3-alpine
Browse files Browse the repository at this point in the history
Bumps python from 3.11.2-alpine to 3.11.3-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 May 22, 2023
1 parent a4d3dfc commit ccd40df
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.11.2-alpine AS builder
FROM python:3.11.3-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.11.2-alpine
FROM python:3.11.3-alpine

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

Expand Down

0 comments on commit ccd40df

Please sign in to comment.