Skip to content

Commit 47c158d

Browse files
author
Chetan_konaganahalli
committed
fix package conflict
1 parent b344205 commit 47c158d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/docker/debian.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
9797

9898
RUN 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

106106
RUN dotnet --version && go version
107107

@@ -132,7 +132,7 @@ RUN apt -y update && apt -y install \
132132

133133
RUN 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

137137
CMD [ "debricked", "scan" ]
138138

0 commit comments

Comments
 (0)