diff --git a/Dockerfile b/Dockerfile index 33eb37ce..71f33c76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ FROM yoheimuta/protolint:0.46.0 as protolint ################## # Get base image # ################## -FROM python:3.11.4-alpine3.17 as base_image +FROM python:3.11.5-alpine3.17 as base_image ################################ # Set ARG values used in Build # @@ -252,7 +252,7 @@ RUN find /usr/ -type f -name '*.md' -exec rm {} + ################################################################################ # Grab small clean image to build python packages ############################## ################################################################################ -FROM python:3.11.4-alpine3.17 as python_builder +FROM python:3.11.5-alpine3.17 as python_builder RUN apk add --no-cache bash g++ git libffi-dev COPY dependencies/python/ /stage WORKDIR /stage