Skip to content

Commit 7b4f693

Browse files
Bump python from 3.10.3-alpine to 3.10.4-alpine (super-linter#2694)
Bumps python from 3.10.3-alpine to 3.10.4-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>
1 parent 28a0546 commit 7b4f693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.5.2 as gitleaks
2929
##################
3030
# Get base image #
3131
##################
32-
FROM python:3.10.3-alpine as base_image
32+
FROM python:3.10.4-alpine as base_image
3333

3434
################################
3535
# Set ARG values used in Build #
@@ -286,7 +286,7 @@ RUN apk add --no-cache rakudo zef \
286286
################################################################################
287287
# Grab small clean image to build python packages ##############################
288288
################################################################################
289-
FROM python:3.10.3-alpine as python_builder
289+
FROM python:3.10.4-alpine as python_builder
290290
RUN apk add --no-cache bash g++ git libffi-dev
291291
COPY dependencies/python/ /stage
292292
WORKDIR /stage

0 commit comments

Comments
 (0)