Bump python from 3.10.2-alpine to 3.10.3-alpine (#2651)

Bumps python from 3.10.2-alpine to 3.10.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2022-03-24 15:40:59 -05:00 committed by GitHub
parent 062b71acce
commit 3aae7637b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.4.0 as gitleaks
##################
# Get base image #
##################
FROM python:3.10.2-alpine as base_image
FROM python:3.10.3-alpine as base_image
################################
# Set ARG values used in Build #
@ -286,7 +286,7 @@ RUN apk add --no-cache rakudo zef \
################################################################################
# Grab small clean image to build python packages ##############################
################################################################################
FROM python:3.10.2-alpine as python_builder
FROM python:3.10.3-alpine as python_builder
RUN apk add --no-cache bash g++ git libffi-dev
COPY dependencies/python/ /stage
WORKDIR /stage