We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9921170 commit 52e2ecdCopy full SHA for 52e2ecd
Dockerfile
@@ -8,7 +8,7 @@ uv pip install \
8
/src/heat
9
EOF
10
11
-FROM ghcr.io/vexxhost/python-base:2025.2@sha256:e20eaea2654bcddb95dec59110ac3e563598677a335ff9a225d264cd66cbedfb
+FROM ghcr.io/vexxhost/python-base:2025.2@sha256:27fbda8b2f6ab8206a5d1eaf7caf1dae9564649b51c765abe253195abadd5512
12
RUN \
13
groupadd -g 42424 heat && \
14
useradd -u 42424 -g 42424 -M -d /var/lib/heat -s /usr/sbin/nologin -c "Heat User" heat && \
0 commit comments