mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Bump python from 3.10.5-alpine to 3.10.6-alpine (#3210)
Bumps python from 3.10.5-alpine to 3.10.6-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
11a181b46a
commit
f7dba5115a
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.8.12 as gitleaks
|
||||||
##################
|
##################
|
||||||
# Get base image #
|
# Get base image #
|
||||||
##################
|
##################
|
||||||
FROM python:3.10.5-alpine as base_image
|
FROM python:3.10.6-alpine as base_image
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Set ARG values used in Build #
|
# Set ARG values used in Build #
|
||||||
|
@ -283,7 +283,7 @@ RUN apk add --no-cache rakudo zef \
|
||||||
################################################################################
|
################################################################################
|
||||||
# Grab small clean image to build python packages ##############################
|
# Grab small clean image to build python packages ##############################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM python:3.10.5-alpine as python_builder
|
FROM python:3.10.6-alpine 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