Skip to content

Commit

Permalink
chore(deps): update python:3.7-slim-buster docker digest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 16, 2023
1 parent bcae5f4 commit 9dbf1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:652b03d87161f14b9dfd3a1920468d0baf41bcfb76476301403fc94195c2b636
environment:
POETRY_CACHE: /work/.cache/poetry
PIP_CACHE_DIR: /work/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim-buster@sha256:50de4af76270c893fe36a9ae428951057d6e1a681312d11861970baa150a62e2
FROM python:3.7-slim-buster@sha256:8aa40f0d267108b34e0e990498b7f732eedda0d1ad57b07a0e642a1a0203536a
RUN apt update && apt install curl make git libopenblas-base -y
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV SHELL /bin/bash -l
Expand Down

0 comments on commit 9dbf1bc

Please sign in to comment.