We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4a996 commit af648e1Copy full SHA for af648e1
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.12-slim-bookworm AS build
2
3
# C4ai version
4
-ARG C4AI_VER=0.8.5
+ARG C4AI_VER=0.8.6
5
ENV C4AI_VERSION=$C4AI_VER
6
LABEL c4ai.version=$C4AI_VER
7
0 commit comments