File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
9797
9898RUN apt -y upgrade && apt -y install ca-certificates && \
9999 apt -y install -t unstable \
100- python3.12 \
101- python3.12 -venv \
100+ python3.13 \
101+ python3.13 -venv \
102102 openjdk-21-jdk && \
103103 apt -y clean && rm -rf /var/lib/apt/lists/* && \
104- ln -s /usr/bin/python3.12 /usr/bin/python
104+ ln -s /usr/bin/python3.13 /usr/bin/python
105105
106106RUN dotnet --version && go version
107107
@@ -132,7 +132,7 @@ RUN apt -y update && apt -y install \
132132
133133RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
134134
135- RUN ln -sf /usr/bin/python3.12 /usr/bin/python3 && php -v && composer --version && python3 --version
135+ RUN ln -sf /usr/bin/python3.13 /usr/bin/python3 && php -v && composer --version && python3 --version
136136
137137CMD [ "debricked" , "scan" ]
138138
You can’t perform that action at this time.
0 commit comments