From 9260aa7f329d62a8b0e6369f2aed4027a9106b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:42:31 -0700 Subject: [PATCH] Bump python from 3.11.3-alpine3.17 to 3.11.4-alpine3.17 (#4364) Bumps python from 3.11.3-alpine3.17 to 3.11.4-alpine3.17. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2074e0e8..2548f849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ FROM yoheimuta/protolint:0.44.0 as protolint ################## # Get base image # ################## -FROM python:3.11.3-alpine3.17 as base_image +FROM python:3.11.4-alpine3.17 as base_image ################################ # Set ARG values used in Build # @@ -246,7 +246,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN /install-lua.sh && rm -rf /install-lua.s ################################################################################ # Grab small clean image to build python packages ############################## ################################################################################ -FROM python:3.11.3-alpine3.17 as python_builder +FROM python:3.11.4-alpine3.17 as python_builder RUN apk add --no-cache bash g++ git libffi-dev COPY dependencies/python/ /stage WORKDIR /stage