Skip to content

Commit 2c0c178

Browse files
authored
Unpin removed python package versions (#212)
1 parent aeb2d67 commit 2c0c178

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ USER root
2929

3030
# Installs python, pip and tools
3131
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
32+
python3 \
33+
py3-pip \
34+
py3-setuptools \
35+
py3-wheel
3636

3737
# Installs 'tini', a lightweight init system to properly manage processes.
38-
RUN apk add --no-cache tini=0.19.0-r3
38+
RUN apk add --no-cache tini
3939

4040
# - Adds a dedicated non-root group and user for security (using the ARG).
4141
# - Creates necessary directories for configs, logs, and user data.

0 commit comments

Comments
 (0)