Skip to content

Commit abc9fa1

Browse files
chore(deps): update python:3.7-slim-buster docker digest to 9bd2bfc
1 parent 2c0c4eb commit abc9fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executors:
88
# here we can define an executor that will be shared across different jobs
99
python-executor:
1010
docker:
11-
- image: python:3.7-slim-buster@sha256:fecbb1a9695d25c974906263c64ffba6548ce14a169ed36be58331659383c25e
11+
- image: python:3.7-slim-buster@sha256:9bd2bfc822a533f99cbe6b1311d5bf0ff136f776ebac9b985407829f17278935
1212
environment:
1313
POETRY_CACHE: /work/.cache/poetry
1414
PIP_CACHE_DIR: /work/.cache/pip

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-slim-buster@sha256:50de4af76270c893fe36a9ae428951057d6e1a681312d11861970baa150a62e2
1+
FROM python:3.7-slim-buster@sha256:9bd2bfc822a533f99cbe6b1311d5bf0ff136f776ebac9b985407829f17278935
22
RUN apt update && apt install curl make git libopenblas-base -y
33
RUN curl -sSL https://install.python-poetry.org | python3 -
44
ENV SHELL /bin/bash -l

0 commit comments

Comments
 (0)