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 d6aa10b commit 4458addCopy full SHA for 4458add
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM sitespeedio/node:ubuntu-22-04-nodejs-22.13.0
+FROM sitespeedio/node:ubuntu-24-04-nodejs-24.11.0
2
3
ARG TARGETPLATFORM
4
@@ -23,4 +23,4 @@ RUN export BUILD=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "amd64";
23
apt-get purge -y --auto-remove $buildDeps
24
25
ENV PATH="/opt/venv/bin:${PATH}"
26
-CMD [ "python3", "--version" ]
+CMD [ "python", "--version" ]
0 commit comments