Bump python from 3.11.1-alpine3.17 to 3.11.3-alpine3.17 (#4102)

Bumps python from 3.11.1-alpine3.17 to 3.11.3-alpine3.17.

---
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: Philip Mallegol-Hansen <philip@mallegolhansen.com>
This commit is contained in:
dependabot[bot] 2023-05-26 01:48:19 +00:00 committed by GitHub
parent 27a34c5a9f
commit 468dd975a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ FROM yoheimuta/protolint:0.44.0 as protolint
################## ##################
# Get base image # # Get base image #
################## ##################
FROM python:3.11.1-alpine3.17 as base_image FROM python:3.11.3-alpine3.17 as base_image
################################ ################################
# Set ARG values used in Build # # Set ARG values used in Build #
@ -245,7 +245,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN /install-lua.sh && rm -rf /install-lua.s
################################################################################ ################################################################################
# Grab small clean image to build python packages ############################## # Grab small clean image to build python packages ##############################
################################################################################ ################################################################################
FROM python:3.11.1-alpine3.17 as python_builder FROM python:3.11.3-alpine3.17 as python_builder
RUN apk add --no-cache bash g++ git libffi-dev RUN apk add --no-cache bash g++ git libffi-dev
COPY dependencies/python/ /stage COPY dependencies/python/ /stage
WORKDIR /stage WORKDIR /stage