mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump python from 3.11.4-alpine3.17 to 3.11.5-alpine3.17 (#4599)
Bumps python from 3.11.4-alpine3.17 to 3.11.5-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>
This commit is contained in:
parent
99d0a3e119
commit
23d8ab9aaf
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ FROM yoheimuta/protolint:0.46.0 as protolint
|
||||||
##################
|
##################
|
||||||
# Get base image #
|
# Get base image #
|
||||||
##################
|
##################
|
||||||
FROM python:3.11.4-alpine3.17 as base_image
|
FROM python:3.11.5-alpine3.17 as base_image
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Set ARG values used in Build #
|
# Set ARG values used in Build #
|
||||||
|
@ -252,7 +252,7 @@ RUN find /usr/ -type f -name '*.md' -exec rm {} +
|
||||||
################################################################################
|
################################################################################
|
||||||
# Grab small clean image to build python packages ##############################
|
# Grab small clean image to build python packages ##############################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM python:3.11.4-alpine3.17 as python_builder
|
FROM python:3.11.5-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
|
||||||
|
|
Loading…
Reference in a new issue