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 3c69434 commit 1732530Copy full SHA for 1732530
2 files changed
rootfs/Dockerfile
@@ -3,7 +3,7 @@ FROM docker.io/drycc/base:bullseye
3
ENV DRYCC_UID=1001 \
4
DRYCC_GID=1001 \
5
DRYCC_HOME_DIR=/workspace \
6
- PYTHON_VERSION="3.10.2" \
+ PYTHON_VERSION="3.10.4" \
7
HELM_VERSION="3.8.0"
8
9
RUN groupadd drycc --gid ${DRYCC_GID} \
rootfs/Dockerfile.test
HELM_VERSION="3.8.0" \
KUBECTL_VERSION="1.23.4"
0 commit comments