We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c408d commit 85a1b93Copy full SHA for 85a1b93
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
parameters:
4
primary-python-version:
5
type: string
6
- default: "3.10.7"
+ default: "3.10.11"
7
8
commands:
9
setup_pip:
Dockerfile
@@ -6,7 +6,7 @@
# We separate them out so that the final `release` image can layer on top of
# this one without needing compiler-related packages.
##
-FROM python:3.10.7-slim as base
+FROM python:3.10.11-slim as base
10
LABEL maintainer="[email protected]"
11
12
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments