chore(deps): update python:3.11.3-alpine3.17 docker digest to 7210235 (#523)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-16 15:57:53 +03:00 committed by GitHub
commit f3ae7c39e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,13 @@
rules: rules:
# If the efficiency is measured below X%, mark as failed. # If the efficiency is measured below X%, mark as failed.
# Expressed as a ratio between 0-1. # Expressed as a ratio between 0-1.
lowestEfficiency: 0.987 lowestEfficiency: 0.981
# If the amount of wasted space is at least X or larger than X, mark as failed. # If the amount of wasted space is at least X or larger than X, mark as failed.
# Expressed in B, KB, MB, and GB. # Expressed in B, KB, MB, and GB.
highestWastedBytes: 21MB highestWastedBytes: 32MB
# If the amount of wasted space makes up for X% or more of the image, mark as failed. # If the amount of wasted space makes up for X% or more of the image, mark as failed.
# Note: the base image layer is NOT included in the total image size. # Note: the base image layer is NOT included in the total image size.
# Expressed as a ratio between 0-1; fails if the threshold is met or crossed. # Expressed as a ratio between 0-1; fails if the threshold is met or crossed.
highestUserWastedPercent: 0.025 highestUserWastedPercent: 0.036

View file

@ -1,4 +1,4 @@
ARG TAG=3.11.3-alpine3.17@sha256:507818d46649f8543e58d19a00e3a1a428bb7e87c0bf7f7d1ffe7b076cda11be ARG TAG=3.11.3-alpine3.17@sha256:721023564970262d6ac79d30e2a2399d32555220e4f37bfe2c3a687b4f9721d9
FROM python:${TAG} as builder FROM python:${TAG} as builder
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH