Skip to content

Commit

Permalink
Update python version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tewtal committed Nov 11, 2024
1 parent 01fa02c commit ab6d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
RUN apt-get update -yq && apt-get install cmake build-essential python3.9 -yq
RUN apt-get update -yq && apt-get install cmake build-essential python3.12 -yq

# Install node 18
RUN curl -sSL "https://deb.nodesource.com/setup_18.x" -o nodesource_setup.sh \
Expand Down

0 comments on commit ab6d8dc

Please sign in to comment.