Skip to content

Commit 0f69a58

Browse files
committed
Pin base image to python:3.10.20-slim
Avoids venv recreation triggered by Python patch-version changes when a new python:3.10-slim image is pushed with an updated interpreter.
1 parent c60af72 commit 0f69a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim
1+
FROM python:3.10.20-slim
22

33
ARG BBP_GIT_INFO=""
44

0 commit comments

Comments
 (0)