Skip to content

Commit 4458add

Browse files
committed
Latest ubuntu/nodejs
1 parent d6aa10b commit 4458add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sitespeedio/node:ubuntu-22-04-nodejs-22.13.0
1+
FROM sitespeedio/node:ubuntu-24-04-nodejs-24.11.0
22

33
ARG TARGETPLATFORM
44

@@ -23,4 +23,4 @@ RUN export BUILD=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "amd64";
2323
apt-get purge -y --auto-remove $buildDeps
2424

2525
ENV PATH="/opt/venv/bin:${PATH}"
26-
CMD [ "python3", "--version" ]
26+
CMD [ "python", "--version" ]

0 commit comments

Comments
 (0)