Skip to content

Commit cade6c5

Browse files
Upgrade Python base image to version 3.10-slip (#218)
1 parent e432752 commit cade6c5

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,5 +1,5 @@
11
# Base image
2-
FROM python:3.9-slim
2+
FROM python:3.10-slim
33

44
# Install system dependencies, build tools, and libraries
55
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)