We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd9550 commit b95029aCopy full SHA for b95029a
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the Python 3.14 image as a base
2
-FROM python:3.14@sha256:ffebef43892dd36262fa2b042eddd3320d5510a21f8440dce0a650a3c124b51d AS docs
+FROM python:3.14@sha256:8428c32065df71d5a7763099ccb8ee215314129b50d395f95ad589151887d52f AS docs
3
4
# Set the working directory in the container to /usr/src
5
WORKDIR /usr/src
package.json
@@ -3,7 +3,7 @@
"devDependencies": {
"autoprefixer": "10.4.27",
"cssnano": "7.1.4",
6
- "postcss": "8.5.8",
+ "postcss": "8.5.9",
7
"postcss-cli": "11.0.1"
8
}
9
0 commit comments