Use a fixed python version for the scorometer

This commit is contained in:
2023-09-11 16:13:28 +02:00
committed by Clément Le Bihan
parent 02fc8175f4
commit f2ed598865
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.10
RUN wget -q -O /tmp/websocketd.zip \
https://github.com/joewalnes/websocketd/releases/download/v0.4.1/websocketd-0.4.1-linux_amd64.zip \
&& unzip /tmp/websocketd.zip -d /tmp/websocketd && mv /tmp/websocketd/websocketd /usr/bin \

View File

@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.10
RUN wget -q -O /tmp/websocketd.zip \
https://github.com/joewalnes/websocketd/releases/download/v0.4.1/websocketd-0.4.1-linux_amd64.zip \
&& unzip /tmp/websocketd.zip -d /tmp/websocketd && mv /tmp/websocketd/websocketd /usr/bin \