Skip to content

Commit

Permalink
Bump python from 3.10.4-alpine to 3.12.0-alpine
Browse files Browse the repository at this point in the history
Bumps python from 3.10.4-alpine to 3.12.0-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent dc1bf5c commit 8afedc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.8.4 as gitleaks
##################
# Get base image #
##################
FROM python:3.10.4-alpine as base_image
FROM python:3.12.0-alpine as base_image

################################
# Set ARG values used in Build #
Expand Down Expand Up @@ -285,7 +285,7 @@ RUN apk add --no-cache rakudo zef \
################################################################################
# Grab small clean image to build python packages ##############################
################################################################################
FROM python:3.10.4-alpine as python_builder
FROM python:3.12.0-alpine as python_builder
RUN apk add --no-cache bash g++ git libffi-dev
COPY dependencies/python/ /stage
WORKDIR /stage
Expand Down

0 comments on commit 8afedc3

Please sign in to comment.