Skip to content

Commit

Permalink
Better regex
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley committed Nov 18, 2024
1 parent b040aec commit a8b2413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cat requirements.txt
cd ../..

# FIXME upstream python version specification fix?
sed -i 's/python3.*/python3.8/' otel/Dockerfile
sed -i 's/runtime=python3.*/runtime=python3.8/' otel/Dockerfile
echo "Modified Dockerfile:"
cat otel/Dockerfile
echo "----"
Expand Down

0 comments on commit a8b2413

Please sign in to comment.