Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python from 3.10.4-alpine to 3.13.0-alpine #1898

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13.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.13.0-alpine as python_builder
RUN apk add --no-cache bash g++ git libffi-dev
COPY dependencies/python/ /stage
WORKDIR /stage
Expand Down
Loading