chore(deps): pin python docker tag to d8b0703 (#510)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-26 15:27:20 +03:00 committed by GitHub
commit 098150538d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
ARG TAG=3.11.1-alpine3.17 ARG TAG=3.11.1-alpine3.17@sha256:d8b0703ce84fe5a52d485f212e9d852bcdb8606798064f5f21af57325a7cf73f
FROM python:${TAG} as builder FROM python:${TAG} as builder
WORKDIR /bin_dir WORKDIR /bin_dir