diff --git a/Dockerfile b/Dockerfile index 9aba0e3b..d7b78d1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.5.2 as gitleaks ################## # Get base image # ################## -FROM python:3.10.3-alpine as base_image +FROM python:3.10.4-alpine as base_image ################################ # Set ARG values used in Build # @@ -286,7 +286,7 @@ RUN apk add --no-cache rakudo zef \ ################################################################################ # Grab small clean image to build python packages ############################## ################################################################################ -FROM python:3.10.3-alpine as python_builder +FROM python:3.10.4-alpine as python_builder RUN apk add --no-cache bash g++ git libffi-dev COPY dependencies/python/ /stage WORKDIR /stage