From 102dcfd5df6dccbfe7beb7ec65261ecde939ce4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 06:15:55 +0000 Subject: [PATCH] chore(deps): update python:3.7-slim-buster docker digest to 8d773fb --- .circleci/config.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d1dfca9..c73691b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: # here we can define an executor that will be shared across different jobs python-executor: docker: - - image: python:3.7-slim-buster@sha256:fecbb1a9695d25c974906263c64ffba6548ce14a169ed36be58331659383c25e + - image: python:3.7-slim-buster@sha256:8d773fb67f9a06f7be0e0d43af8e9251972c17baf5b754bb4e72d0647459c66e environment: POETRY_CACHE: /work/.cache/poetry PIP_CACHE_DIR: /work/.cache/pip diff --git a/Dockerfile b/Dockerfile index fe188a30..83d459cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim-buster@sha256:50de4af76270c893fe36a9ae428951057d6e1a681312d11861970baa150a62e2 +FROM python:3.7-slim-buster@sha256:8d773fb67f9a06f7be0e0d43af8e9251972c17baf5b754bb4e72d0647459c66e RUN apt update && apt install curl make git libopenblas-base -y RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python ENV SHELL /bin/bash -l