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 aeb2d67 commit 2c0c178Copy full SHA for 2c0c178
Dockerfile
@@ -29,13 +29,13 @@ USER root
29
30
# Installs python, pip and tools
31
RUN apk add --no-cache \
32
- python3=3.12.11-r0 \
33
- py3-pip=25.1.1-r0 \
34
- py3-setuptools=80.9.0-r0 \
35
- py3-wheel=0.46.1-r0
+ python3 \
+ py3-pip \
+ py3-setuptools \
+ py3-wheel
36
37
# Installs 'tini', a lightweight init system to properly manage processes.
38
-RUN apk add --no-cache tini=0.19.0-r3
+RUN apk add --no-cache tini
39
40
# - Adds a dedicated non-root group and user for security (using the ARG).
41
# - Creates necessary directories for configs, logs, and user data.
0 commit comments