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 f366666 commit 91fa765
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,6 +1,6 @@
# syntax=docker/dockerfile:1.4

FROM python:3.11.2-alpine AS builder
FROM python:3.11.3-alpine AS builder
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
ENV CC='ccache gcc'

Expand All @@ -14,7 +14,7 @@ RUN \
--mount=type=cache,target=/root/.cache/ccache \
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 91fa765

Please sign in to comment.